ARTRealtimeHistoryQuery
Objective-C
@interface ARTRealtimeHistoryQuery : ARTDataQuery
Swift
class ARTRealtimeHistoryQuery : ARTDataQuery
This object is used for providing parameters into ARTRealtimePresence
‘s methods with paginated results.
-
When
true
, ensures message history is up until the point of the channel being attached. See continuous history for more info. Requires thedirection
to beARTQueryDirectionBackwards
. If the channel is not attached, or ifdirection
is set toARTQueryDirectionForwards
, this option results in an error.Declaration
Objective-C
@property (nonatomic) BOOL untilAttach;
Swift
var untilAttach: Bool { get set }