atPlatform : How to know the status of a notification?

·

1 min read

atPlatform : How to know the status of a notification?

Introduction The notify:status verb in the atProtocol is used to send notifications to an atSign when a key has been updated or deleted.

Please check the NotifyStatusVerbHandler source code to learn more about the implementation of the notify:status verb.

The focus of this article is to demonstrate how to get the status of a notification.

Description Sample Request:

notify:status:<Notification_ID>

This request scans all the keys which match with the regex ‘^@bob

Sample Response:

data:delivered

If you are using the SDK, use the following method.

var result = await atClient.notifyStatus(<notification Id>);

You can find the actual implementation here .

Coming Soon

We are working to make the Internet better. Please come code with us atsign.dev!