C# 클래스 GooglePlayGames.Android.AndroidHelperFragment

파일 보기 프로젝트 열기: getbraincloud/examples-unity 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AskForLoadFriendsResolution() 공개 정적인 메소드

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

GetActivity() 공개 정적인 메소드

public static GetActivity ( ) : AndroidJavaObject
리턴 AndroidJavaObject

GetDefaultPopupView() 공개 정적인 메소드

public static GetDefaultPopupView ( ) : AndroidJavaObject
리턴 AndroidJavaObject

IsResolutionRequired() 공개 정적인 메소드

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

ShowAchievementsUI() 공개 정적인 메소드

public static ShowAchievementsUI ( Action cb ) : void
cb Action
리턴 void

ShowAllLeaderboardsUI() 공개 정적인 메소드

public static ShowAllLeaderboardsUI ( Action cb ) : void
cb Action
리턴 void

ShowCaptureOverlayUI() 공개 정적인 메소드

public static ShowCaptureOverlayUI ( ) : void
리턴 void

ShowCompareProfileWithAlternativeNameHintsUI() 공개 정적인 메소드

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

ShowLeaderboardUI() 공개 정적인 메소드

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

ShowSelectSnapshotUI() 공개 정적인 메소드

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