Skip to main content

Reset Guest Information (ResetGuest)

AndroidiOSWindows
If you're using Unreal Engine, see the ResetGuest for Unreal Engine SDK.

Resetting guest information will generate a new guest account when the user logs in via the guest channel again.

Function Definition

public static void ResetGuest();

Return value

No return value.

Callback processing

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

Callback ID is INTL_AUTH_RESET_GUEST.

Code example

INTLAPI.ResetGuest();