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 |
public static AskForLoadFriendsResolution ( AndroidJavaObject friendsSharingConsentException, Action cb ) : void | ||
friendsSharingConsentException | AndroidJavaObject | |
cb | Action | |
return | void |
public static GetActivity ( ) : AndroidJavaObject | ||
return | AndroidJavaObject |
public static GetDefaultPopupView ( ) : AndroidJavaObject | ||
return | AndroidJavaObject |
public static IsResolutionRequired ( AndroidJavaObject friendsSharingConsentException, Action cb ) : void | ||
friendsSharingConsentException | AndroidJavaObject | |
cb | Action | |
return | void |
public static ShowAchievementsUI ( Action cb ) : void | ||
cb | Action | |
return | void |
public static ShowAllLeaderboardsUI ( Action cb ) : void | ||
cb | Action | |
return | void |
public static ShowCaptureOverlayUI ( ) : void | ||
return | void |
public static ShowCompareProfileWithAlternativeNameHintsUI ( string playerId, string otherPlayerInGameName, string currentPlayerInGameName, Action cb ) : void | ||
playerId | string | |
otherPlayerInGameName | string | |
currentPlayerInGameName | string | |
cb | Action | |
return | void |
public static ShowLeaderboardUI ( string leaderboardId, LeaderboardTimeSpan timeSpan, Action cb ) : void | ||
leaderboardId | string | |
timeSpan | LeaderboardTimeSpan | |
cb | Action | |
return | void |
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 |