Log in using mapped channel (LoginWithMappedChannel)
Log in using mapped channel.
Function Definition
public static void LoginWithMappedChannel(string channel, string permission, string extraJson = "{}");
Parameter Instructions
| Parameters | Type | Explanation |
|---|---|---|
| channel | string | Specify the login channel. For more information, see INTLChannel. |
| permission | String | List of permissions granted at login, separated by commas. |
| extraJson | string | Extension fields For more information, refer to relative channel description. |
Observers
The callback interface is AuthResultObserver.The callback data structure is AuthResult.
The callback ID is INTL_AUTH_LOGIN_WITH_MAPPED_CHANNEL.
Code example
INTLAPI.LoginWithMappedChannel(INTLChannel.Steam, "");