Skip to main content

Query Inheritance Code

AndroidiOS
If you are using Unreal Engine, please refer to Unreal Engine SDK's QueryTransferCode here.

Query the inheritance code generated by the logged-in account.

Function Definition

public static void QueryTransferCode();

Observers

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

The callback ID is INTL_AUTH_QUERY_TRANSFER_CODE.

Code sample

INTLAPI.QueryTransferCode();