C# Class GooglePlayTest.GameActivity

Inheritance: BaseGameActivity, IRoomUpdateListener, IRealTimeMessageReceivedListener, IRealTimeReliableMessageSentListener
Datei anzeigen Open project: Hitcents/samsung-chord-test

Public Properties

Property Type Description
_roomFragment RoomFragment

Public Methods

Method 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

Protected Methods

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

Method Details

AcceptInvite() public method

public AcceptInvite ( string invitationId ) : void
invitationId string
return void

OnActivityResult() protected method

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

OnCreate() protected method

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

OnJoinedRoom() public method

public OnJoinedRoom ( int p0, IRoom p1 ) : void
p0 int
p1 IRoom
return void

OnLeftRoom() public method

public OnLeftRoom ( int p0, string p1 ) : void
p0 int
p1 string
return void

OnRealTimeMessageReceived() public method

public OnRealTimeMessageReceived ( RealTimeMessage p0 ) : void
p0 RealTimeMessage
return void

OnRealTimeMessageSent() public method

public OnRealTimeMessageSent ( int p0, int p1, string p2 ) : void
p0 int
p1 int
p2 string
return void

OnResume() protected method

protected OnResume ( ) : void
return void

OnRoomConnected() public method

public OnRoomConnected ( int p0, IRoom room ) : void
p0 int
room IRoom
return void

OnRoomCreated() public method

public OnRoomCreated ( int p0, IRoom room ) : void
p0 int
room IRoom
return void

OnSignInFailed() public method

public OnSignInFailed ( ) : void
return void

OnSignInSucceeded() public method

public OnSignInSucceeded ( ) : void
return void

Property Details

_roomFragment public_oe property

public RoomFragment,GooglePlayTest _roomFragment
return RoomFragment