Skip to main content

QueryTransferCode [Player Network SDK Only]

[Player Network SDK Only] Queries the transfer code generated for the logged in account.

Supported Platform

Supports Android, iOS, Windows platform.

Function Definition

void QueryTransferCode();

Input Parameters

No input parameters are required.

Callback Processing

The callback processing API is GUALoginResultObservers. The callback data structure is GUALoginResult.

The callback event is LoginResultEvents. The callback methodID is GUA_ACCOUNT_QUERY_TRANSFER_CODE.

Code Sample

UnionAdapterAPI.GetAccountService().QueryTransferCode();