Skip to main content

GenerateTransferCode

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

Generates transfer code for the logged in account.

Function definition

public static void GenerateTransferCode(string password);

Observers

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

The callback methodID is INTL_AUTH_GENERATE_TRANSFER_CODE.

Code sample

INTLAPI.GenerateTransferCode("password");