RevokeChannelToken [Player Network SDK Only]
Revoke the token of the corresponding channel.
Supported Channel
Apple
For more information, see Account Deletion Workflow.
Supported Platform
- Unity
- Unreal Engine
Supports
iOS
platform.Supports
iOS
platform.Function Definition
- Unity
- Unreal Engine
void RevokeChannelToken();
static void RevokeChannelToken();
Callback Processing
The callback processing API is GUABaseResultObservers. The callback data structure is GUABaseResult.
- Unity
- Unreal Engine
The callback event is LoginBaseResultEvents
.
The callback methodID is GUA_ACCOUNT_REVOKE_CHANNEL_TOKEN
.
The callback event is OnBaseResultNotify.
The callback methodID is kMethodIDAccountRevokeChannelToken
.
Code Sample
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().RevokeChannelToken();
GUA_NAMESPACE::GUAAccountService::RevokeChannelToken();