AuthenticationResult

  • 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 like equals(), hashCode(), and toString().

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.