Skip to main content

Query Transfer Code [Player Network SDK Only]

[Player Network SDK Only] Query the transfer code of the currently logged-in account.

Supported platforms

Supports Android, iOS, Windows platform.

Function Definition

void QueryTransferCode();

Input Parameters

No input parameters.

Callback Handling

The callback handler interface is GUALoginResultObservers.The callback data structure is GUALoginResult.

The callback event is LoginResultEvents. The callback ID is GUA_ACCOUNT_QUERY_TRANFER_CODE.

Code Example

UnionAdapterAPI.GetAccountService().QueryTransferCode();