Skip to main content

Logout

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

Logs out from the current channel.

Function definition

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

Input parameters

ParameterTypeDescriptionRemarks
channelstringThe specified channel to log out.
For more information, see INTLChannel.
Optional
channelOnlyboolOnly logs out from the channel.--

Observers

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

The callback methodID is INTL_AUTH_LOGOUT.

Code sample

INTLAPI.Logout();