Receiving a Push to App Notification
The Push to App notification feature lets your mobile app know that there was a change (event) on a KiiObject in a bucket. By leveraging this notification feature, your mobile app can quickly fetch the changes that occur on the server-side.
The changes that can be notified by this push notification include:
- A new KiiObject is created in a bucket.
- An existing KiiObject in a bucket is updated.
- An existing KiiObject in a bucket is deleted.
- The object body of a KiiObject in a bucket is updated.
- The object body of a KiiObject in a bucket is deleted.
- The ACL of an existing KiiObject in a bucket is modified.
To learn more about the push notification feature, see Push to App Notification.