|
override Promise | Connect () |
| Create a connection to the chat provider. This will be called when the ChatManager is initialized. The rest of the methods in this interface depend on a successfully connected player. More...
|
|
override Promise< List< Room > > | FetchMyRooms () |
| Return the list of rooms the currently connected player has access to. More...
|
|
void | AddRoom (Room room) |
|
string | CreateRoomNameFromGamerTags (IEnumerable< long > gamerTags) |
|
◆ Connect()
override Promise Core.Platform.SDK.Chat.PubNubChatProvider.Connect |
( |
| ) |
|
|
inlineprotectedvirtual |
Create a connection to the chat provider. This will be called when the ChatManager is initialized. The rest of the methods in this interface depend on a successfully connected player.
Implements Core.Platform.SDK.Chat.ChatProvider.
◆ CreatePrivateRoom()
override Promise<Room> Core.Platform.SDK.Chat.PubNubChatProvider.CreatePrivateRoom |
( |
List< long > |
gamerTags | ) |
|
|
inlinevirtual |
Ask the provider to create a private room consisting of the provided list of players.
- Parameters
-
gamerTags | GamerTags of players who should be in the room. |
Implements Core.Platform.SDK.Chat.ChatProvider.
◆ FetchMyRooms()
override Promise<List<Room> > Core.Platform.SDK.Chat.PubNubChatProvider.FetchMyRooms |
( |
| ) |
|
|
inlineprotectedvirtual |
The documentation for this class was generated from the following file:
- client/Packages/com.disruptorbeam.engine/Runtime/Core/Platform/SDK/Chat/PubNubChatProvider.cs