Revoke Channel Token [Player Network SDK only]
Revoke the token for the corresponding social channel.
Supported Channels
Apple
For more information, see Account Deletion Process。
Supported Platforms
- Unity
- Unreal Engine
Supports
iOS platform.Supports
iOS platform.Function Definition
- Unity
- Unreal Engine
void RevokeChannelToken();
static void RevokeChannelToken();
Callback Handling
The callback handling interface is GUABaseResultObservers.The callback data structure is GUABaseResult.
- Unity
- Unreal Engine
The callback event is LoginBaseResultEvents. Callback ID is GUA_ACCOUNT_REVOKE_CHANNEL_TOKEN.
The callback event is OnBaseResultNotify. The callback ID is kMethodIDAccountRevokeChannelToken.
Code Example
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().RevokeChannelToken();
GUA_NAMESPACE::GUAAccountService::RevokeChannelToken();