SBDGroupChannelChangeLogsParams Class Reference
Inherits from | NSObject |
---|---|
Declared in | SBDGroupChannelChangeLogsParams.h |
Overview
An object that represents the parameters for the The method returns channels according to the properties in this object.
Note: This class is available 3.0.182
Other Methods
customTypes
Sets the custom types filter. The property filters channels which have one of custom types.
@property (nonatomic) NSArray<NSString*> *customTypes
Availability
3.0.182
Declared In
SBDGroupChannelChangeLogsParams.h
includeEmptyChannel
Determines whether to include the empty channels in the results.
@property (atomic) BOOL includeEmptyChannel
Availability
3.0.182
Discussion
Note: The default value is YES
.
Declared In
SBDGroupChannelChangeLogsParams.h
includeFrozenChannel
Determines whether to include the frozen channels in the results.
@property (atomic) BOOL includeFrozenChannel
Availability
3.0.182
Discussion
Note: The default value is YES
.
Declared In
SBDGroupChannelChangeLogsParams.h
+ createWithGroupChannelListQuery:
Create SBDGroupChannelChangeLogsParams
from a given SBDGroupChannelListQuery instance.
+ (nonnull SBDGroupChannelChangeLogsParams *)createWithGroupChannelListQuery:(nullable SBDGroupChannelListQuery *)query
Parameters
query |
group channel list query |
---|
Return Value
A created instance of SBDGroupChannelChangeLogsParams
Availability
3.0.185
Declared In
SBDGroupChannelChangeLogsParams.h