C# Class GooglePlayTest.BaseGameActivity

Inheritance: FragmentActivity, GameHelper.GameHelperListener
Datei anzeigen Open project: Hitcents/samsung-chord-test

Protected Properties

Property Type Description
helper GameHelper
requestedClients int

Public Methods

Method Description
BeginUserInitiatedSignIn ( ) : void
OnSignInFailed ( ) : void
OnSignInSucceeded ( ) : void
SignOut ( ) : void

Protected Methods

Method Description
BaseGameActivity ( ) : System
BaseGameActivity ( int requestedClients ) : System
EnableDebugLog ( bool enabled, String tag ) : void
OnActivityResult ( int request, Result response, Android.Content.Intent data ) : void
OnCreate ( Bundle savedInstanceState ) : void
OnStart ( ) : void
OnStop ( ) : void
ReconnectClients ( int whichClients ) : void
SetSignInMessages ( String signingInMessage, String signingOutMessage ) : void
ShowAlert ( String message ) : void
ShowAlert ( String title, String message ) : void

Method Details

BaseGameActivity() protected method

protected BaseGameActivity ( ) : System
return System

BaseGameActivity() protected method

protected BaseGameActivity ( int requestedClients ) : System
requestedClients int
return System

BeginUserInitiatedSignIn() public method

public BeginUserInitiatedSignIn ( ) : void
return void

EnableDebugLog() protected method

protected EnableDebugLog ( bool enabled, String tag ) : void
enabled bool
tag String
return void

OnActivityResult() protected method

protected OnActivityResult ( int request, Result response, Android.Content.Intent data ) : void
request int
response Result
data Android.Content.Intent
return void

OnCreate() protected method

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
return void

OnSignInFailed() public method

public OnSignInFailed ( ) : void
return void

OnSignInSucceeded() public method

public OnSignInSucceeded ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void

ReconnectClients() protected method

protected ReconnectClients ( int whichClients ) : void
whichClients int
return void

SetSignInMessages() protected method

protected SetSignInMessages ( String signingInMessage, String signingOutMessage ) : void
signingInMessage String
signingOutMessage String
return void

ShowAlert() protected method

protected ShowAlert ( String message ) : void
message String
return void

ShowAlert() protected method

protected ShowAlert ( String title, String message ) : void
title String
message String
return void

SignOut() public method

public SignOut ( ) : void
return void

Property Details

helper protected_oe property

protected GameHelper,GooglePlayTest helper
return GameHelper

requestedClients protected_oe property

protected int requestedClients
return int