toggle menu
Gamebase SDK for Android
2.63.0
androidJvm
switch theme
search in API
gamebase-sdk
/
com.toast.android.gamebase.base.auth
/
AuthProvider
/
LoginCallback
Login
Callback
interface
LoginCallback
Members
Functions
on
Cancel
Link copied to clipboard
abstract
fun
onCancel
(
data
:
Intent
)
on
Error
Link copied to clipboard
abstract
fun
onError
(
error
:
GamebaseException
)
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
credential
:
AuthProviderCredential
,
profile
:
AuthProviderProfile
)