Method | Description | |
---|---|---|
AddToScope ( StringBuilder scopeStringBuilder, String scope ) : void | ||
BeginUserInitiatedSignIn ( ) : void | ||
ConnectCurrentClient ( ) : void | ||
ConnectNextClient ( ) : void | ||
DismissDialog ( ) : void | ||
EnableDebugLog ( bool enabled, string tag ) : void | ||
ErrorDialog ( int errorCode ) : Android.App.Dialog | ||
GameHelper ( Android.App.Activity activity ) : System | ||
GetScopes ( ) : string | ||
GiveUp ( ) : void | ||
IOnSignOutCompleteListener ( ) : void | ||
KillConnections ( int whatClients ) : void | ||
OnActivityResult ( int requestCode, int responseCode, Android.Content.Intent intent ) : void | ||
OnConnected ( Android connectionHint ) : void | ||
OnConnectionFailed ( ConnectionResult result ) : void | ||
OnDisconnected ( ) : void | ||
OnStart ( Android.App.Activity activity ) : void | ||
OnStop ( ) : void | ||
ReconnectClients ( int whatClients ) : void | ||
ResolveConnectionResult ( ) : void | ||
SetUnknownErrorMessage ( string message ) : void | ||
Setup ( GameHelperListener listener ) : void | ||
Setup ( GameHelperListener listener, int clientsToUse ) : void | ||
ShowAlert ( string title, string message ) : void | ||
ShowProgressDialog ( bool signIn ) : void | ||
SignOut ( ) : void | ||
StartConnections ( ) : void | ||
SucceedSignIn ( ) : void |
public AddToScope ( StringBuilder scopeStringBuilder, String scope ) : void | ||
scopeStringBuilder | StringBuilder | |
scope | String | |
return | void |
public EnableDebugLog ( bool enabled, string tag ) : void | ||
enabled | bool | |
tag | string | |
return | void |
public ErrorDialog ( int errorCode ) : Android.App.Dialog | ||
errorCode | int | |
return | Android.App.Dialog |
public GameHelper ( Android.App.Activity activity ) : System | ||
activity | Android.App.Activity | |
return | System |
public KillConnections ( int whatClients ) : void | ||
whatClients | int | |
return | void |
public OnActivityResult ( int requestCode, int responseCode, Android.Content.Intent intent ) : void | ||
requestCode | int | |
responseCode | int | |
intent | Android.Content.Intent | |
return | void |
public OnConnected ( Android connectionHint ) : void | ||
connectionHint | Android | |
return | void |
public OnConnectionFailed ( ConnectionResult result ) : void | ||
result | ConnectionResult | |
return | void |
public OnStart ( Android.App.Activity activity ) : void | ||
activity | Android.App.Activity | |
return | void |
public ReconnectClients ( int whatClients ) : void | ||
whatClients | int | |
return | void |
public SetUnknownErrorMessage ( string message ) : void | ||
message | string | |
return | void |
public Setup ( GameHelperListener listener ) : void | ||
listener | GameHelperListener | |
return | void |
public Setup ( GameHelperListener listener, int clientsToUse ) : void | ||
listener | GameHelperListener | |
clientsToUse | int | |
return | void |
public ShowAlert ( string title, string message ) : void | ||
title | string | |
message | string | |
return | void |
public ShowProgressDialog ( bool signIn ) : void | ||
signIn | bool | |
return | void |