Skip to main content

GetAuthResult

AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see GetAuthResult for Unreal Engine SDK.

Gets local login data.

Function definition

public static INTLAuthResult GetAuthResult();

Input parameters

No input parameters are required.

Observers

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

The callback methodID is INTL_AUTH_GET_AUTH_RESULT.

Code sample

INTLAuthResult ret = INTLAPI.GetAuthResult();