Gamebase SDK for Android  1.7.0
Toast Gamebase Platform
AuthProvider.LoginCallback Interface Reference
Collaboration diagram for AuthProvider.LoginCallback:
Collaboration graph

Public Member Functions

void onSuccess (AuthProviderCredential credential, AuthProviderProfile profile)
 
void onCancel ()
 
void onError (GamebaseException error)
 

Member Function Documentation

◆ onCancel()

void onCancel ( )

◆ onError()

void onError ( GamebaseException  error)

◆ onSuccess()

void onSuccess ( AuthProviderCredential  credential,
AuthProviderProfile  profile 
)