Beamable SDK
|
Public Member Functions | |
RoomHandle (RoomInfo room) | |
Promise< Unit > | Subscribe () |
Promise< Unit > | Unsubscribe () |
Promise< Unit > | LeaveRoom () |
Promise< Unit > | SendMessage (string message) |
void | Terminate () |
Public Attributes | |
readonly string | Id |
readonly string | Name |
readonly bool | KeepSubscribed |
readonly List< long > | Players |
readonly List< Message > | Messages |
bool | ShowPlayerList => Players == null |
Action | OnRemoved |
Action< Message > | OnMessageReceived |
Properties | |
bool | IsSubscribed [get] |