Skip to main content

QueryTransferCode

AndroidiOS
If you were looking for the method for use with Unreal Engine, see QueryTransferCode for Unreal Engine SDK.

Queries the transfer code generated for the logged in account.

Function definition

public static void QueryTransferCode();

Observers

The callback processing interface is AuthResultObserver. The callback data structure is AuthResult.

The callback methodID is INTL_AUTH_QUERY_TRANSFER_CODE.

Code sample

INTLAPI.QueryTransferCode();