Skip to main content

Logout

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

Logout from the current channel.

Function Definition

public static void Logout(string channel = "", bool channelOnly = false);

Input Parameters

ParametersTypeExplanationNote
channelstringChannel that requires logout
Please refer to INTLChannel.
Optional
channelOnlyboolLogout from channel only--

Callback processing

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

The callback ID is INTL_AUTH_LOGOUT.

Code example

INTLAPI.Logout();