Skip to main content

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

Supports iOS platform.

Function Definition

void RevokeChannelToken();

Callback Handling

The callback handling interface is GUABaseResultObservers.The callback data structure is GUABaseResult.

The callback event is LoginBaseResultEvents. Callback ID is GUA_ACCOUNT_REVOKE_CHANNEL_TOKEN.

Code Example

UnionAdapterAPI.GetAccountService().RevokeChannelToken();