LCIMMessagePriority
Objective-C
NS_ENUM(NSInteger, LCIMMessagePriority) {
LCIMMessagePriorityHigh = 1,
LCIMMessagePriorityNormal = 2,
LCIMMessagePriorityLow = 3,
}
Swift
enum LCIMMessagePriority : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
LCIMMessagePriorityHigh = 1
Swift
case high = 1
-
Undocumented
Declaration
Objective-C
LCIMMessagePriorityNormal = 2
Swift
case normal = 2
-
Undocumented
Declaration
Objective-C
LCIMMessagePriorityLow = 3
Swift
case low = 3