GroupChannelUnreadItemCountParams
@objc(SBDGroupChannelUnreadItemCountParams)
public final class GroupChannelUnreadItemCountParams : NSObject
An object contains a set of options to get unread item count from a group channel
Since
4.21.0-
The optionSets to contain count flags.
Declaration
Swift
@objc public var key: UnreadItemKey
-
The string array of custom type filter.
Declaration
Swift
@objc public var customTypesFilter: [String]?
-
Undocumented
Declaration
Swift
@objc public init(key: UnreadItemKey, customTypesFilter: [String]? = [])