FakeChatTransportRecorded class

Observable record of calls made against a FakeChatTransport.

Constructors

FakeChatTransportRecorded()
Creates an empty recorder.

Properties

hashCode int
The hash code for this object.
no setterinherited
joinedChannelParams List<Map<String, dynamic>>
Join params passed alongside each joinedChannels entry (same index).
final
joinedChannels List<String>
Every channel topic that was joined, in order.
final
pushes List<RecordedPush>
Every call to FakeChatTransport.push, in order.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socketParams List<Map<String, dynamic>>
Socket-level params (e.g. guestId, customerId, widgetKey) passed to each FakeChatTransport.connect call, in order. Use these to assert what the SDK sent on connect — both initial connects and reconnects triggered by mid-session operations like ChataptorClient.identify().
final

Methods

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