BatchDx class

Groups common batch features together.

Available as PubNub.batch.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

countMessages(dynamic channels, {Keyset? keyset, String? using, Timetoken? timetoken}) Future<CountMessagesResult>
Get multiple channels' message count using one call.
fetchMessages(Set<String> channels, {Keyset? keyset, String? using, int? count, Timetoken? start, Timetoken? end, bool? reverse, bool? includeMeta, bool includeMessageActions = false, bool includeMessageType = true, bool includeUUID = true}) Future<BatchHistoryResult>
Fetch messages for multiple channels using one call.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited