Skip to main content

Logout

AndroidiOSWindows
If you're using the Unity engine, see the Logout for Unity SDK.

Logout from the current channel.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool Logout(const EINTLLoginChannel Channel, const bool ChannelOnly = false);

Input Parameters

ParametersTypeExplanationNote
ChannelFStringChannel to log out from
Please see EINTLLoginChannel.
Optional
ChannelOnlyboolLogout from channel only--

Callback processing

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

The callback ID is kMethodIDAuthLogout.

Code example

UINTLSDKAPI::Logout();