◆ NotificationOneofCase
Enum of possible cases for the "notification" oneof.
Enumerator |
---|
None | |
JoinRoom | |
UpdateProperty | |
UpdateSysProperty | |
UpdateMasterClient | |
LeftRoom | |
◆ RoomNotification() [1/2]
LeanCloud.Play.Protocol.RoomNotification.RoomNotification |
( |
| ) |
|
|
inline |
◆ RoomNotification() [2/2]
LeanCloud.Play.Protocol.RoomNotification.RoomNotification |
( |
RoomNotification |
other | ) |
|
|
inline |
◆ CalculateSize()
int LeanCloud.Play.Protocol.RoomNotification.CalculateSize |
( |
| ) |
|
|
inline |
◆ ClearNotification()
void LeanCloud.Play.Protocol.RoomNotification.ClearNotification |
( |
| ) |
|
|
inline |
◆ Clone()
◆ Equals() [1/2]
override bool LeanCloud.Play.Protocol.RoomNotification.Equals |
( |
object |
other | ) |
|
|
inline |
◆ Equals() [2/2]
◆ GetHashCode()
override int LeanCloud.Play.Protocol.RoomNotification.GetHashCode |
( |
| ) |
|
|
inline |
◆ MergeFrom() [1/2]
void LeanCloud.Play.Protocol.RoomNotification.MergeFrom |
( |
pb::CodedInputStream |
input | ) |
|
|
inline |
◆ MergeFrom() [2/2]
void LeanCloud.Play.Protocol.RoomNotification.MergeFrom |
( |
RoomNotification |
other | ) |
|
|
inline |
◆ ToString()
override string LeanCloud.Play.Protocol.RoomNotification.ToString |
( |
| ) |
|
|
inline |
◆ WriteTo()
void LeanCloud.Play.Protocol.RoomNotification.WriteTo |
( |
pb::CodedOutputStream |
output | ) |
|
|
inline |
◆ AppInfoFieldNumber
const int LeanCloud.Play.Protocol.RoomNotification.AppInfoFieldNumber = 3 |
|
static |
Field number for the "app_info" field.
◆ ByMasterFieldNumber
const int LeanCloud.Play.Protocol.RoomNotification.ByMasterFieldNumber = 4 |
|
static |
Field number for the "by_master" field.
◆ InitByActorFieldNumber
const int LeanCloud.Play.Protocol.RoomNotification.InitByActorFieldNumber = 1 |
|
static |
Field number for the "init_by_actor" field.
◆ JoinRoomFieldNumber
const int LeanCloud.Play.Protocol.RoomNotification.JoinRoomFieldNumber = 20 |
|
static |
Field number for the "join_room" field.
◆ LeftRoomFieldNumber
const int LeanCloud.Play.Protocol.RoomNotification.LeftRoomFieldNumber = 24 |
|
static |
Field number for the "left_room" field.
◆ UpdateMasterClientFieldNumber
const int LeanCloud.Play.Protocol.RoomNotification.UpdateMasterClientFieldNumber = 23 |
|
static |
Field number for the "update_master_client" field.
◆ UpdatePropertyFieldNumber
const int LeanCloud.Play.Protocol.RoomNotification.UpdatePropertyFieldNumber = 21 |
|
static |
Field number for the "update_property" field.
◆ UpdateSysPropertyFieldNumber
const int LeanCloud.Play.Protocol.RoomNotification.UpdateSysPropertyFieldNumber = 22 |
|
static |
Field number for the "update_sys_property" field.
◆ AppInfo
global.LeanCloud.Play.Protocol.AppInfo LeanCloud.Play.Protocol.RoomNotification.AppInfo |
|
getset |
◆ ByMaster
bool LeanCloud.Play.Protocol.RoomNotification.ByMaster |
|
getset |
◆ Descriptor
pbr.MessageDescriptor LeanCloud.Play.Protocol.RoomNotification.Descriptor |
|
staticget |
◆ InitByActor
int LeanCloud.Play.Protocol.RoomNotification.InitByActor |
|
getset |
◆ JoinRoom
global.LeanCloud.Play.Protocol.JoinRoomNotification?? LeanCloud.Play.Protocol.RoomNotification.JoinRoom |
|
getset |
◆ LeftRoom
global.LeanCloud.Play.Protocol.LeftRoomNotification?? LeanCloud.Play.Protocol.RoomNotification.LeftRoom |
|
getset |
◆ NotificationCase
◆ Parser
pb.MessageParser<RoomNotification> LeanCloud.Play.Protocol.RoomNotification.Parser |
|
staticget |
◆ UpdateMasterClient
global.LeanCloud.Play.Protocol.UpdateMasterClientNotification?? LeanCloud.Play.Protocol.RoomNotification.UpdateMasterClient |
|
getset |
◆ UpdateProperty
global.LeanCloud.Play.Protocol.UpdatePropertyNotification?? LeanCloud.Play.Protocol.RoomNotification.UpdateProperty |
|
getset |
◆ UpdateSysProperty
global.LeanCloud.Play.Protocol.UpdateSysPropertyNotification?? LeanCloud.Play.Protocol.RoomNotification.UpdateSysProperty |
|
getset |
The documentation for this class was generated from the following file: