Options
public struct Options : OptionSet
Options that can modify behaviors of client.
-
Declaration
Swift
public let rawValue: Int
-
Declaration
Swift
public init(rawValue: Int)
-
Default option is
receiveUnreadMessageCountAfterSessionDidOpen
.Declaration
Swift
public static let `default`: Options
-
Receive unread message count after session did open.
Declaration
Swift
public static let receiveUnreadMessageCountAfterSessionDidOpen: IMClient.Options
-
Use local storage.
Declaration
Swift
public static let usingLocalStorage: IMClient.Options