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 thedirectionto beARTQueryDirectionBackwards. If the channel is not attached, or ifdirectionis set toARTQueryDirectionForwards, this option results in an error.Declaration
Objective-C
@property (nonatomic) BOOL untilAttach;Swift
var untilAttach: Bool { get set } -
Undocumented
Declaration
Objective-C
@property ARTRealtimeChannelInternal *realtimeChannelSwift
var realtimeChannel: ARTRealtimeChannelInternal { get set }