SubscriptionListener class abstract

Annotations
  • @JSExport()

Constructors

SubscriptionListener()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClearSnapshot(String itemName, int itemPos) → void
onCommandSecondLevelItemLostUpdates(int lostUpdates, String key) → void
onCommandSecondLevelSubscriptionError(int errorCode, String errorMessage, String key) → void
onEndOfSnapshot(String itemName, int itemPos) → void
onItemLostUpdates(String itemName, int itemPos, int lostUpdates) → void
onItemUpdate(ItemUpdate updateInfo) → void
onListenEnd(void dummy) → void
onListenStart(void dummy) → void
onRealMaxFrequency(String? frequency) → void
onSubscription() → void
onSubscriptionError(int errorCode, String errorMessage) → void
onUnsubscription() → void
toString() String
A string representation of this object.
inherited

Operators

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