PICO Platform Unity SDK
|
This is the complete list of members for RoomService, including all inherited members.
CreateAndJoinPrivate2(RoomJoinPolicy policy, uint maxUsers, RoomOptions roomOptions) | RoomService | inlinestatic |
Get(UInt64 roomId) | RoomService | inlinestatic |
GetCreatePrivateRoomOptions(Dictionary< string, string > dataStore) | RoomService | inlinestatic |
GetCurrent() | RoomService | inlinestatic |
GetCurrentForUser(string userId) | RoomService | inlinestatic |
GetInvitableUsers2(RoomOptions roomOptions=null) | RoomService | inlinestatic |
GetJoinOrCreateNamedRoomOptions(Dictionary< string, string > dataStore, string name, string password) | RoomService | inlinestatic |
GetModeratedRooms(int index, int size) | RoomService | inlinestatic |
GetNamedRooms(int pageIndex, int pageSize) | RoomService | inlinestatic |
InviteUser(UInt64 roomId, string token) | RoomService | inlinestatic |
Join2(UInt64 roomId, RoomOptions options) | RoomService | inlinestatic |
JoinOrCreateNamedRoom(RoomJoinPolicy joinPolicy, bool createIfNotExist, uint maxUsers, RoomOptions options) | RoomService | inlinestatic |
KickUser(UInt64 roomId, string userId, int kickDuration) | RoomService | inlinestatic |
LaunchInvitableUserFlow(UInt64 roomID) | RoomService | inlinestatic |
Leave(UInt64 roomId) | RoomService | inlinestatic |
SetDescription(UInt64 roomId, string description) | RoomService | inlinestatic |
SetJoin2NotificationCallback(Message< Room >.Handler handler) | RoomService | inlinestatic |
SetKickUserNotificationCallback(Message< Room >.Handler handler) | RoomService | inlinestatic |
SetLeaveNotificationCallback(Message< Room >.Handler handler) | RoomService | inlinestatic |
SetRoomInviteAcceptedNotificationCallback(Message< string >.Handler handler) | RoomService | inlinestatic |
SetSetDescriptionNotificationCallback(Message< Room >.Handler handler) | RoomService | inlinestatic |
SetUpdateDataStoreNotificationCallback(Message< Room >.Handler handler) | RoomService | inlinestatic |
SetUpdateMembershipLockStatusNotificationCallback(Message< Room >.Handler handler) | RoomService | inlinestatic |
SetUpdateNotificationCallback(Message< Room >.Handler handler) | RoomService | inlinestatic |
SetUpdateOwnerNotificationCallback(Message.Handler handler) | RoomService | inlinestatic |
UpdateDataStore(UInt64 roomId, Dictionary< string, string > data) | RoomService | inlinestatic |
UpdateMembershipLockStatus(UInt64 roomId, RoomMembershipLockStatus membershipLockStatus) | RoomService | inlinestatic |
UpdateOwner(UInt64 roomId, string userId) | RoomService | inlinestatic |
UpdatePrivateRoomJoinPolicy(UInt64 roomId, RoomJoinPolicy policy) | RoomService | inlinestatic |