Skip to main content

RevokeChannelToken [Player Network SDK Only]

Revoke the token of the corresponding channel.

Supported Channel

Apple

For more information, see Account Deletion Workflow.

Supported Platform

Supports iOS platform.

Function Definition

void RevokeChannelToken();

Callback Processing

The callback processing API is GUABaseResultObservers. The callback data structure is GUABaseResult.

The callback event is LoginBaseResultEvents. The callback methodID is GUA_ACCOUNT_REVOKE_CHANNEL_TOKEN.

Code Sample

UnionAdapterAPI.GetAccountService().RevokeChannelToken();