LCIMMessageQueryDirection
Objective-C
enum LCIMMessageQueryDirection : NSUInteger {}
Swift
enum LCIMMessageQueryDirection : UInt, @unchecked Sendable
Enumerations that define message query direction.
-
Undocumented
Declaration
Objective-C
LCIMMessageQueryDirectionFromNewToOld = 0
Swift
case fromNewToOld = 0
-
Undocumented
Declaration
Objective-C
LCIMMessageQueryDirectionFromOldToNew = 1
Swift
case fromOldToNew = 1