app.bsky.notification

Notifications, preferences, and push registration.

declaration

A declaration of the user’s choices related to notifications that can be produced by them.

app.bsky.notification.declaration
defs

Shared type definitions.

app.bsky.notification.defs
getPreferences

Get notification-related preferences for an account.

app.bsky.notification.getPreferences
getUnreadCount

Count the number of unread notifications for the requesting account.

app.bsky.notification.getUnreadCount
listActivitySubscriptions

Enumerate all accounts to which the requesting account is subscribed to receive notifications for.

app.bsky.notification.listActivitySubscriptions
listNotifications

Enumerate notifications for the requesting account.

app.bsky.notification.listNotifications
putActivitySubscription

Puts an activity subscription entry.

app.bsky.notification.putActivitySubscription
putPreferences

Set notification-related preferences for an account.

app.bsky.notification.putPreferences
putPreferencesV2

Set notification-related preferences for an account.

app.bsky.notification.putPreferencesV2
registerPush

Register to receive push notifications, via a specified service, for the requesting account.

app.bsky.notification.registerPush
unregisterPush

The inverse of registerPush - inform a specified service that push notifications should no longer be sent to the given token for the requesting account.

app.bsky.notification.unregisterPush
updateSeen

Notify server that the requesting account has seen notifications.

app.bsky.notification.updateSeen