chore: spell wrong
parent
0f065126fc
commit
e70a231855
|
@ -37,8 +37,6 @@ namespace LeanCloud.Realtime {
|
||||||
get; private set;
|
get; private set;
|
||||||
}
|
}
|
||||||
|
|
||||||
#region 事件
|
|
||||||
|
|
||||||
#region 连接状态事件
|
#region 连接状态事件
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -219,8 +217,6 @@ namespace LeanCloud.Realtime {
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
internal ILCIMSignatureFactory SignatureFactory {
|
internal ILCIMSignatureFactory SignatureFactory {
|
||||||
get; private set;
|
get; private set;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@ namespace LeanCloud.Realtime {
|
||||||
/// The priority for sending messages in chatroom.
|
/// The priority for sending messages in chatroom.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public enum LCIMMessagePriority {
|
public enum LCIMMessagePriority {
|
||||||
Hight = 1,
|
High = 1,
|
||||||
Normal = 2,
|
Normal = 2,
|
||||||
Low = 3
|
Low = 3
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue