Skip to main content

Query Inheritance Code

AndroidiOS
If you are using the Unity engine, refer to the Unity SDK's QueryTransferCode.

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

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void QueryTransferCode();

Observers

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

The callback ID is kMethodIDAuthQueryTransferCode.

Code sample

UINTLSDKAPI::QueryTransferCode();