Property | Type | Description | |
---|---|---|---|
CallClientApi | void | ||
CheckForConnectionExtras | void | ||
ClearInvitationIfFromNotification | void | ||
ConvertInvitation | Invitation | ||
DoInitialAchievementLoad | void | ||
GetActivity | |||
GetLeaderboardIntent | |||
InvokeAuthCallback | void | ||
OnAchievementsLoaded | void | ||
OnInvitationReceived | void | ||
OnInvitationRemoved | void | ||
OnSignInFailed | void | ||
OnSignInSucceeded | void | ||
RegisterInvitationListener | void | ||
ResolveState | void | ||
RetrieveUserInfo | void | ||
RunOnUiThread | void | ||
RunPendingActions | void | ||
RunWhenConnectionStable | void |
Method | Description | |
---|---|---|
AndroidClient ( ) : System | ||
Authenticate ( System |
||
GetAchievement ( string achId ) : GooglePlayGames.BasicApi.Achievement | ||
GetAchievements ( ) : List |
||
GetInvitationFromNotification ( ) : Invitation | ||
GetRtmpClient ( ) : IRealTimeMultiplayerClient | ||
GetTbmpClient ( ) : ITurnBasedMultiplayerClient | ||
GetUserDisplayName ( ) : string | ||
GetUserId ( ) : string | ||
HasInvitationFromNotification ( ) : bool | ||
IncrementAchievement ( string achId, int steps, Action |
||
IsAuthenticated ( ) : bool | ||
LoadState ( int slot, OnStateLoadedListener listener ) : void | ||
RegisterInvitationDelegate ( InvitationReceivedDelegate deleg ) : void | ||
RevealAchievement ( string achId, Action |
||
SetCloudCacheEncrypter ( BufferEncrypter encrypter ) : void | ||
ShowAchievementsUI ( ) : void | ||
ShowLeaderboardUI ( string lbId ) : void | ||
SignOut ( ) : void | ||
SubmitScore ( string lbId, long score, Action |
||
UnlockAchievement ( string achId, Action |
||
UpdateState ( int slot, byte data, OnStateLoadedListener listener ) : void |
Method | Description | |
---|---|---|
CallClientApi ( string desc, System.Action call, Action |
||
CheckForConnectionExtras ( ) : void | ||
ClearInvitationIfFromNotification ( string invitationId ) : void | ||
ConvertInvitation ( |
||
DoInitialAchievementLoad ( ) : void | ||
GetActivity ( ) : |
||
GetLeaderboardIntent ( string lbId ) : |
||
InvokeAuthCallback ( bool success ) : void | ||
OnAchievementsLoaded ( int statusCode, |
||
OnInvitationReceived ( |
||
OnInvitationRemoved ( string invitationId ) : void | ||
OnSignInFailed ( ) : void | ||
OnSignInSucceeded ( ) : void | ||
RegisterInvitationListener ( ) : void | ||
ResolveState ( int slot, string resolvedVersion, byte resolvedData, OnStateLoadedListener listener ) : void | ||
RetrieveUserInfo ( ) : void | ||
RunOnUiThread ( System action ) : void | ||
RunPendingActions ( ) : void | ||
RunWhenConnectionStable ( System.Action a ) : void |
public Authenticate ( System |
||
callback | System |
|
silent | bool | |
return | void |
public GetAchievement ( string achId ) : GooglePlayGames.BasicApi.Achievement | ||
achId | string | |
return | GooglePlayGames.BasicApi.Achievement |
public GetInvitationFromNotification ( ) : Invitation | ||
return | Invitation |
public GetRtmpClient ( ) : IRealTimeMultiplayerClient | ||
return | IRealTimeMultiplayerClient |
public GetTbmpClient ( ) : ITurnBasedMultiplayerClient | ||
return | ITurnBasedMultiplayerClient |
public HasInvitationFromNotification ( ) : bool | ||
return | bool |
public IncrementAchievement ( string achId, int steps, Action |
||
achId | string | |
steps | int | |
callback | Action |
|
return | void |
public LoadState ( int slot, OnStateLoadedListener listener ) : void | ||
slot | int | |
listener | OnStateLoadedListener | |
return | void |
public RegisterInvitationDelegate ( InvitationReceivedDelegate deleg ) : void | ||
deleg | InvitationReceivedDelegate | |
return | void |
public RevealAchievement ( string achId, Action |
||
achId | string | |
callback | Action |
|
return | void |
public SetCloudCacheEncrypter ( BufferEncrypter encrypter ) : void | ||
encrypter | BufferEncrypter | |
return | void |
public ShowLeaderboardUI ( string lbId ) : void | ||
lbId | string | |
return | void |
public SubmitScore ( string lbId, long score, Action |
||
lbId | string | |
score | long | |
callback | Action |
|
return | void |
public UnlockAchievement ( string achId, Action |
||
achId | string | |
callback | Action |
|
return | void |
public UpdateState ( int slot, byte data, OnStateLoadedListener listener ) : void | ||
slot | int | |
data | byte | |
listener | OnStateLoadedListener | |
return | void |