Logout
AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see Logout for Unreal Engine SDK.
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
Parameter | Type | Description | Remarks |
---|---|---|---|
channel | string | The specified channel to log out. For more information, see INTLChannel. | Optional |
channelOnly | bool | Only 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();