IMMessageCategorizing
public protocol IMMessageCategorizing : AnyObject
IM Message Categorizing Protocol
-
Message Type is Int Type
Declaration
Swift
typealias MessageType = Int -
The type of the categorized message, The zero and negative number is reserved for default categorized message, Any other categorized message should use positive number.
Declaration
Swift
static var messageType: MessageType { get }
View on GitHub
Install in Dash
IMMessageCategorizing Protocol Reference