SBDGroupChannelListQuerySearchField Constants Reference
Declared in | SBDTypes.h |
---|---|
Availability | 3.0.144 |
SBDGroupChannelListQuerySearchField
Filter types to query with SBDGroupChannelListQuery
. You can combine search fields to query.
Definition
typedef NS_OPTIONS(NSUInteger, SBDGroupChannelListQuerySearchField ) {
SBDGroupChannelListQuerySearchFieldMemberNickname = ( 1 < < 0 ),
SBDGroupChannelListQuerySearchFieldChannelName = ( 1 < < 1 ),
};
Constants
SBDGroupChannelListQuerySearchFieldMemberNickname
-
Filter types to query with
SBDGroupChannelListQuery
. You can combine search fields to query.Available in 3.0.144
Declared In
SBDTypes.h
. SBDGroupChannelListQuerySearchFieldChannelName
-
Filter types to query with
SBDGroupChannelListQuery
. You can combine search fields to query.Available in 3.0.144
Declared In
SBDTypes.h
.
Availability
3.0.144
Declared In
SBDTypes.h