addConnection

open fun addConnection(socialProvider: String, gigyaLoginCallback: GigyaLoginCallback<A>)

Request to add a social network connection to existing account. Completion of this request will result in an updated login session.

Parameters

socialProvider

Requested social provider.

gigyaLoginCallback

Login response callback.


open fun addConnection(socialProvider: String, @NonNull params: Map<String, Any>, gigyaLoginCallback: GigyaLoginCallback<A>)

Request to add a social network connection to existing account. Completion of this request will result in an updated login session.

Parameters

socialProvider

Requested social provider.

params

Additional request parameters.

gigyaLoginCallback

Login response callback.