Skip to main content

ResetGuest

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

Resets the guest account. A new guest account is generated if the user logs in through the guest channel again.

Function definition

public static void ResetGuest();

Return value

No return value.

Observers

The callback processing interface is AuthBaseResultObserver. The callback data structure is BaseResult.

The callback methodID is INTL_AUTH_RESET_GUEST.

Code sample

INTLAPI.ResetGuest();