C# Class GooglePlayGames.Android.AndroidHelperFragment

Show file Open project: getbraincloud/examples-unity Class Usage Examples

Public Methods

Method Description
AskForLoadFriendsResolution ( AndroidJavaObject friendsSharingConsentException, Action cb ) : void
GetActivity ( ) : AndroidJavaObject
GetDefaultPopupView ( ) : AndroidJavaObject
IsResolutionRequired ( AndroidJavaObject friendsSharingConsentException, Action cb ) : void
ShowAchievementsUI ( Action cb ) : void
ShowAllLeaderboardsUI ( Action cb ) : void
ShowCaptureOverlayUI ( ) : void
ShowCompareProfileWithAlternativeNameHintsUI ( string playerId, string otherPlayerInGameName, string currentPlayerInGameName, Action cb ) : void
ShowLeaderboardUI ( string leaderboardId, LeaderboardTimeSpan timeSpan, Action cb ) : void
ShowSelectSnapshotUI ( bool showCreateSaveUI, bool showDeleteSaveUI, int maxDisplayedSavedGames, string uiTitle, Action cb ) : void

Method Details

AskForLoadFriendsResolution() public static method

public static AskForLoadFriendsResolution ( AndroidJavaObject friendsSharingConsentException, Action cb ) : void
friendsSharingConsentException AndroidJavaObject
cb Action
return void

GetActivity() public static method

public static GetActivity ( ) : AndroidJavaObject
return AndroidJavaObject

GetDefaultPopupView() public static method

public static GetDefaultPopupView ( ) : AndroidJavaObject
return AndroidJavaObject

IsResolutionRequired() public static method

public static IsResolutionRequired ( AndroidJavaObject friendsSharingConsentException, Action cb ) : void
friendsSharingConsentException AndroidJavaObject
cb Action
return void

ShowAchievementsUI() public static method

public static ShowAchievementsUI ( Action cb ) : void
cb Action
return void

ShowAllLeaderboardsUI() public static method

public static ShowAllLeaderboardsUI ( Action cb ) : void
cb Action
return void

ShowCaptureOverlayUI() public static method

public static ShowCaptureOverlayUI ( ) : void
return void

ShowCompareProfileWithAlternativeNameHintsUI() public static method

public static ShowCompareProfileWithAlternativeNameHintsUI ( string playerId, string otherPlayerInGameName, string currentPlayerInGameName, Action cb ) : void
playerId string
otherPlayerInGameName string
currentPlayerInGameName string
cb Action
return void

ShowLeaderboardUI() public static method

public static ShowLeaderboardUI ( string leaderboardId, LeaderboardTimeSpan timeSpan, Action cb ) : void
leaderboardId string
timeSpan LeaderboardTimeSpan
cb Action
return void

ShowSelectSnapshotUI() public static method

public static ShowSelectSnapshotUI ( bool showCreateSaveUI, bool showDeleteSaveUI, int maxDisplayedSavedGames, string uiTitle, Action cb ) : void
showCreateSaveUI bool
showDeleteSaveUI bool
maxDisplayedSavedGames int
uiTitle string
cb Action
return void