C# Class GooglePlayGames.Android.AndroidHelperFragment

Afficher le fichier Open project: getbraincloud/examples-unity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static AskForLoadFriendsResolution ( AndroidJavaObject friendsSharingConsentException, Action cb ) : void
friendsSharingConsentException AndroidJavaObject
cb Action
Résultat void

GetActivity() public static méthode

public static GetActivity ( ) : AndroidJavaObject
Résultat AndroidJavaObject

GetDefaultPopupView() public static méthode

public static GetDefaultPopupView ( ) : AndroidJavaObject
Résultat AndroidJavaObject

IsResolutionRequired() public static méthode

public static IsResolutionRequired ( AndroidJavaObject friendsSharingConsentException, Action cb ) : void
friendsSharingConsentException AndroidJavaObject
cb Action
Résultat void

ShowAchievementsUI() public static méthode

public static ShowAchievementsUI ( Action cb ) : void
cb Action
Résultat void

ShowAllLeaderboardsUI() public static méthode

public static ShowAllLeaderboardsUI ( Action cb ) : void
cb Action
Résultat void

ShowCaptureOverlayUI() public static méthode

public static ShowCaptureOverlayUI ( ) : void
Résultat void

ShowCompareProfileWithAlternativeNameHintsUI() public static méthode

public static ShowCompareProfileWithAlternativeNameHintsUI ( string playerId, string otherPlayerInGameName, string currentPlayerInGameName, Action cb ) : void
playerId string
otherPlayerInGameName string
currentPlayerInGameName string
cb Action
Résultat void

ShowLeaderboardUI() public static méthode

public static ShowLeaderboardUI ( string leaderboardId, LeaderboardTimeSpan timeSpan, Action cb ) : void
leaderboardId string
timeSpan LeaderboardTimeSpan
cb Action
Résultat void

ShowSelectSnapshotUI() public static méthode

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