IMCategorizedMessage
open class IMCategorizedMessage : IMMessage, IMMessageCategorizing
IM Categorized Message
-
Reserved message type.
See moreDeclaration
Swift
public enum ReservedType : MessageType -
Any categorized message should be registered at first.
Declaration
Swift
public static func register() throws -
The type of message.
Declaration
Swift
open class var messageType: MessageType { get } -
Undocumented
Declaration
Swift
public required init() -
Undocumented
Declaration
Swift
public init( application: LCApplication = LCApplication.default, data: Data, format: String? = nil) -
Undocumented
Declaration
Swift
public init( application: LCApplication = LCApplication.default, filePath: String, format: String? = nil) -
Undocumented
Declaration
Swift
public init( application: LCApplication = LCApplication.default, url: URL, format: String? = nil) -
Undocumented
Declaration
Swift
public internal(set) var rawData: [String : Any] { get } -
Get and set value via subscript syntax.
Declaration
Swift
public subscript(key: String) -> Any? { get set } -
The text info.
Declaration
Swift
public var text: String? -
The attributes info.
Declaration
Swift
public var attributes: [String : Any]? -
The file object.
Declaration
Swift
public var file: LCFile? -
The location data.
Declaration
Swift
public var location: LCGeoPoint?
View on GitHub
Install in Dash
IMCategorizedMessage Class Reference