This is the complete list of members for AccelByte.Server.ServerLobby, including all inherited members.
| GetPartyDataByUserId(string userId, ResultCallback< PartyDataUpdateNotif > callback) | AccelByte.Server.ServerLobby | inline |
| GetPartyStorage(string partyId, ResultCallback< PartyDataUpdateNotif > callback) | AccelByte.Server.ServerLobby | inline |
| GetSessionAttribute(string userId, string key, ResultCallback< ServerGetSessionAttributeResponse > callback) | AccelByte.Server.ServerLobby | inline |
| GetSessionAttributeAll(string userId, ResultCallback< GetSessionAttributeAllResponse > callback) | AccelByte.Server.ServerLobby | inline |
| IdValidator (defined in AccelByte.Core.WrapperBase) | AccelByte.Core.WrapperBase | protected |
| SetSessionAttribute(string userId, Dictionary< string, string > attributes, ResultCallback callback) | AccelByte.Server.ServerLobby | inline |
| SetSessionAttribute(string userId, string key, string value, ResultCallback callback) | AccelByte.Server.ServerLobby | inline |
| WritePartyStorage(string partyId, ResultCallback< PartyDataUpdateNotif > callback, Func< Dictionary< string, object >, Dictionary< string, object > > payloadModifier, int retryAttempt=1) | AccelByte.Server.ServerLobby | inline |