LCStatusQuery
查询LCStatus
-
设置起始messageId, 仅用于Inbox中的查询
Declaration
Objective-C
@property (nonatomic) NSUInteger sinceId;
Swift
var sinceId: UInt { get set }
-
设置最大messageId, 仅用于Inbox中的查询
Declaration
Objective-C
@property (nonatomic) NSUInteger maxId;
Swift
var maxId: UInt { get set }
-
设置查询的Inbox的类型
Declaration
Objective-C
@property (nonatomic, copy, nullable) LCStatusType *inboxType;
Swift
var inboxType: String? { get set }
-
查询结果是否已经到结尾
Declaration
Objective-C
@property (nonatomic) BOOL end;
Swift
var end: Bool { get set }