public static interface

Players.LoadProfileSettingsResult

implements Result
com.google.android.gms.games.Players.LoadProfileSettingsResult

Class Overview

Result delivered when the profile settings of the signed-in player have been loaded.

Possible status codes include:

Summary

Public Methods
abstract boolean isProfileVisible()
abstract boolean isVisibilityExplicitlySet()
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract boolean isProfileVisible ()

Returns
  • Whether or not the player's profile information is visible.

public abstract boolean isVisibilityExplicitlySet ()

Returns
  • Whether or not this player has explicitly chosen their profile visibility.