8#import <Foundation/Foundation.h>
9#import "EMConversation.h"
17typedef NS_ENUM(NSInteger, EMKeywordListMatchType) {
18 EMKeywordListMatchTypeOR,
19 EMKeywordListMatchTypeAND
36@property (nonatomic, strong) NSArray<NSString *> * _Nonnull
keywordList;
54@property (nonatomic, strong) NSArray<NSNumber *> * _Nullable
msgTypes;
Definition: EMMessageSearchOption.h:31
EMMessageSearchScope searchScope
Definition: EMMessageSearchOption.h:72
NSArray< NSString * > *_Nonnull keywordList
Definition: EMMessageSearchOption.h:36
NSString *_Nullable conversationId
Definition: EMMessageSearchOption.h:48
NSInteger startTime
Definition: EMMessageSearchOption.h:60
NSInteger endTime
Definition: EMMessageSearchOption.h:66
EMKeywordListMatchType keywordMatchType
Definition: EMMessageSearchOption.h:42
NSArray< NSNumber * > *_Nullable msgTypes
Definition: EMMessageSearchOption.h:54