Logout
Logout from the current channel.
Function Definition
public static void Logout(string channel = "", bool channelOnly = false);
Input Parameters
| Parameters | Type | Explanation | Note |
|---|---|---|---|
| channel | string | Channel that requires logout Please refer to INTLChannel. | Optional |
| channelOnly | bool | Logout 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();