shapeSubscriptionSyncStatusChanged abstract method

void shapeSubscriptionSyncStatusChanged(
  1. String dbName,
  2. String key,
  3. SyncStatus status
)

Notification for shape subscription sync status changes. Every notification will include a key that uniquely identifies the shape for which the sync status changed, as well as the new sync status.

Implementation

void shapeSubscriptionSyncStatusChanged(
  String dbName,
  String key,
  SyncStatus status,
);