Beamable SDK
|
Public Member Functions | |
ChatService (PlatformService platform, IBeamableRequester requester) | |
Promise< Message > | SendMessage (string roomId, string message) |
Promise< List< RoomInfo > > | GetMyRooms () |
Promise< RoomInfo > | CreateRoom (string roomName, bool keepSubscribed, List< long > players) |
Promise< EmptyResponse > | LeaveRoom (string roomId) |
Promise< EmptyResponse > | ProfanityAssert (string text) |
Properties | |
ChatSubscription | Subscribable [get] |
Properties inherited from Beamable.Api.IHasPlatformSubscriber< ChatSubscription, GetMyRoomsResponse, ChatView > | |
TPlatformSubscriber | Subscribable [get] |