ApptiveGridCache class abstract

Cache for saving Actions to a cache to enable sending them later

Constructors

ApptiveGridCache()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldAutomaticallySendPendingActions bool
Determines if the pending Actions should be automatically be send when the ApptiveGrid Widget is created. Defaults to true
no setter

Methods

addPendingActionItem(ActionItem actionItem) FutureOr<void>
Add actionItem to the cache
getPendingActionItems() FutureOr<List<ActionItem>>
Return a List of all Items added to the cache
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePendingActionItem(ActionItem actionItem) FutureOr<void>
Should remove actionItem from the cache.
toString() String
A string representation of this object.
inherited

Operators

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