AI-generated Key Takeaways
-
AuthenticationResult
represents the current authentication status with Play Games Services. -
It provides a method,
isAuthenticated()
, to check if your game is currently authenticated. -
The class inherits standard methods from
java.lang.Object
likeequals()
,hashCode()
, andtoString()
.
public final class AuthenticationResult extends Object
Represents the current authentication status with Play Games Services.
Public Method Summary
boolean |
isAuthenticated()
Returns
true if your game is authenticated to Play Games Services.
|
Inherited Method Summary
Public Methods
public boolean isAuthenticated ()
Returns true
if your game is authenticated to Play Games Services.