C# Class GooglePlayTest.GameActivity

Inheritance: BaseGameActivity, IRoomUpdateListener, IRealTimeMessageReceivedListener, IRealTimeReliableMessageSentListener
Afficher le fichier Open project: Hitcents/samsung-chord-test

Méthodes publiques

Свойство Type Description
_roomFragment RoomFragment

Méthodes publiques

Méthode Description
AcceptInvite ( string invitationId ) : void
OnJoinedRoom ( int p0, IRoom p1 ) : void
OnLeftRoom ( int p0, string p1 ) : void
OnRealTimeMessageReceived ( RealTimeMessage p0 ) : void
OnRealTimeMessageSent ( int p0, int p1, string p2 ) : void
OnRoomConnected ( int p0, IRoom room ) : void
OnRoomCreated ( int p0, IRoom room ) : void
OnSignInFailed ( ) : void
OnSignInSucceeded ( ) : void

Méthodes protégées

Méthode Description
OnActivityResult ( int requestCode, Result resultCode, Android.Content.Intent data ) : void
OnCreate ( Bundle bundle ) : void
OnResume ( ) : void

Method Details

AcceptInvite() public méthode

public AcceptInvite ( string invitationId ) : void
invitationId string
Résultat void

OnActivityResult() protected méthode

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

OnCreate() protected méthode

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

OnJoinedRoom() public méthode

public OnJoinedRoom ( int p0, IRoom p1 ) : void
p0 int
p1 IRoom
Résultat void

OnLeftRoom() public méthode

public OnLeftRoom ( int p0, string p1 ) : void
p0 int
p1 string
Résultat void

OnRealTimeMessageReceived() public méthode

public OnRealTimeMessageReceived ( RealTimeMessage p0 ) : void
p0 RealTimeMessage
Résultat void

OnRealTimeMessageSent() public méthode

public OnRealTimeMessageSent ( int p0, int p1, string p2 ) : void
p0 int
p1 int
p2 string
Résultat void

OnResume() protected méthode

protected OnResume ( ) : void
Résultat void

OnRoomConnected() public méthode

public OnRoomConnected ( int p0, IRoom room ) : void
p0 int
room IRoom
Résultat void

OnRoomCreated() public méthode

public OnRoomCreated ( int p0, IRoom room ) : void
p0 int
room IRoom
Résultat void

OnSignInFailed() public méthode

public OnSignInFailed ( ) : void
Résultat void

OnSignInSucceeded() public méthode

public OnSignInSucceeded ( ) : void
Résultat void

Property Details

_roomFragment public_oe property

public RoomFragment,GooglePlayTest _roomFragment
Résultat RoomFragment