Skip to main content

GetAccountResult

[Player Network SDK and MSDK] Gets authentication results synchronously.

Supported Platform

Supports Android, iOS, Windows platform.

Function Definition

GUALoginResult GetAccountResult();

Return Value

This API returns GUALoginResult.

Input Parameters

No parameters are passed.

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_GET_LOGIN_RESULT.

Code Sample

GUALoginResult ret = UnionAdapterAPI.GetAccountService().GetAccountResult();