Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OfflineQueueListener

Interface for creating listeners for offline queue. Offline queue will add elements to queue when it's closed. This listener can be supplied to detect this events.

Hierarchy

  • OfflineQueueListener

Implemented by

Index

Properties

Optional onOperationEnqueued

onOperationEnqueued: undefined | function

Called when new operation is being added to offline queue

Optional onOperationFailure

onOperationFailure: undefined | function

Called when back online and operation fails with GraphQL error

graphQLError - application error (it means that user need to react to error and sent this operation again) networkError - operation was retried but it did not reached server (it will be reatempted again)

Optional onOperationSuccess

onOperationSuccess: undefined | function

Called when back online and operation succeeds

Optional queueCleared

queueCleared: undefined | function

Called when offline operation queue is cleared

Generated using TypeDoc