LCShortMessageType
Objective-C
enum LCShortMessageType : NSInteger {}
Swift
enum LCShortMessageType : Int, @unchecked Sendable
Enumeration of short message types.
-
Undocumented
Declaration
Objective-C
LCShortMessageTypeText = 0
Swift
case text = 0
-
Undocumented
Declaration
Objective-C
LCShortMessageTypeVoice
Swift
case voice = 1