Uses of Enum Class
com.prineside.tdi2.managers.AuthManager.GoogleSignInResult
Packages that use AuthManager.GoogleSignInResult
-
Uses of AuthManager.GoogleSignInResult in com.prineside.tdi2.managers
Methods in com.prineside.tdi2.managers that return AuthManager.GoogleSignInResultModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AuthManager.GoogleSignInResult[]
AuthManager.GoogleSignInResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.prineside.tdi2.managers with type arguments of type AuthManager.GoogleSignInResultModifier and TypeMethodDescriptionvoid
AuthManager.signInWithGoogle
(String token, ObjectConsumer<AuthManager.GoogleSignInResult> callback)