loadSocialProviders
Examples
client.loadSocialProviders(
this,
success = { providers -> /* update the providers you display */},
failure = { Log.d(TAG, "Loading providers failed ${it.message}") }
)
Response
Type: Unit
ReachFiveError
message |
The message of the error. |
||||||||||||||
getErrorCode() |
The error code’s enumeration value. |
||||||||||||||
code |
The HTTP status code or SDK error code. |
||||||||||||||
exception |
The stack trace of the error. |
||||||||||||||
data |
Additional data about the error.
|