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 the direction to be ARTQueryDirectionBackwards. If the channel is not attached, or if direction is set to ARTQueryDirectionForwards, this option results in an error.

    Declaration

    Objective-C

    @property (nonatomic) BOOL untilAttach;

    Swift

    var untilAttach: Bool { get set }