startSocialLinking

fun startSocialLinking(    socialNetwork: SocialNetwork,     activity: Activity? = null,     callback: StartSocialLinkingCallback?)

Links a social network that can be used for authentication to the current account.

See also

Parameters

activity

Current activity.

socialNetwork

Name of a social network. Provider must be connected to Login in Publisher Account. Can be amazon, apple, baidu, battlenet, discord, facebook, github, google, instagram, kakao, linkedin, mailru, microsoft, msn, naver, ok, paradox, paypal, psn, qq, reddit, steam, twitch, twitter, vimeo, vk, wechat, weibo, yahoo, yandex, youtube, xbox, playstation.

callback

Status callback.


fun startSocialLinking(    socialNetwork: SocialNetwork,     fragment: Fragment? = null,     callback: StartSocialLinkingCallback?)

Links a social network that can be used for authentication to the current account.

See also

Parameters

fragment

Current fragment.

socialNetwork

Name of a social network. Provider must be connected to Login in Publisher Account. Can be amazon, apple, baidu, battlenet, discord, facebook, github, google, instagram, kakao, linkedin, mailru, microsoft, msn, naver, ok, paradox, paypal, psn, qq, reddit, steam, twitch, twitter, vimeo, vk, wechat, weibo, yahoo, yandex, youtube, xbox, playstation.

callback

Status callback.

Sources

Link copied to clipboard
Link copied to clipboard