C# Class GooglePlayTest.BaseGameActivity

Inheritance: FragmentActivity, GameHelper.GameHelperListener
Afficher le fichier Open project: Hitcents/samsung-chord-test

Protected Properties

Свойство Type Description
helper GameHelper
requestedClients int

Méthodes publiques

Méthode Description
BeginUserInitiatedSignIn ( ) : void
OnSignInFailed ( ) : void
OnSignInSucceeded ( ) : void
SignOut ( ) : void

Méthodes protégées

Méthode 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 méthode

protected BaseGameActivity ( ) : System
Résultat System

BaseGameActivity() protected méthode

protected BaseGameActivity ( int requestedClients ) : System
requestedClients int
Résultat System

BeginUserInitiatedSignIn() public méthode

public BeginUserInitiatedSignIn ( ) : void
Résultat void

EnableDebugLog() protected méthode

protected EnableDebugLog ( bool enabled, String tag ) : void
enabled bool
tag String
Résultat void

OnActivityResult() protected méthode

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

OnCreate() protected méthode

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
Résultat void

OnSignInFailed() public méthode

public OnSignInFailed ( ) : void
Résultat void

OnSignInSucceeded() public méthode

public OnSignInSucceeded ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

ReconnectClients() protected méthode

protected ReconnectClients ( int whichClients ) : void
whichClients int
Résultat void

SetSignInMessages() protected méthode

protected SetSignInMessages ( String signingInMessage, String signingOutMessage ) : void
signingInMessage String
signingOutMessage String
Résultat void

ShowAlert() protected méthode

protected ShowAlert ( String message ) : void
message String
Résultat void

ShowAlert() protected méthode

protected ShowAlert ( String title, String message ) : void
title String
message String
Résultat void

SignOut() public méthode

public SignOut ( ) : void
Résultat void

Property Details

helper protected_oe property

protected GameHelper,GooglePlayTest helper
Résultat GameHelper

requestedClients protected_oe property

protected int requestedClients
Résultat int