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 = 1Swift
case high = 1 -
Undocumented
Declaration
Objective-C
LCIMMessagePriorityNormal = 2Swift
case normal = 2 -
Undocumented
Declaration
Objective-C
LCIMMessagePriorityLow = 3Swift
case low = 3
View on GitHub
Install in Dash
LCIMMessagePriority Enumeration Reference