MessageSendOptions
public struct MessageSendOptions : OptionSet
Message Sending Option
-
Declaration
Swift
public let rawValue: Int -
Declaration
Swift
public init(rawValue: Int) -
Default option is empty.
Declaration
Swift
public static let `default`: MessageSendOptions -
Get Receipt when other client received message or read message.
Declaration
Swift
public static let needReceipt: IMConversation.MessageSendOptions -
Indicates whether this message is transient.
Declaration
Swift
public static let isTransient: IMConversation.MessageSendOptions -
Indicates whether this message will be auto delivering to other client when this client disconnected.
Declaration
Swift
public static let isAutoDeliveringWhenOffline: IMConversation.MessageSendOptions
View on GitHub
Install in Dash
MessageSendOptions Structure Reference