API reference

PushNotificationResult

Updated: Jun 23, 2025

PushNotificationResult

interface PushNotificationResult
A PushNotificationResult represents the outcome of a user registering for third-party (3P) notifications. This object contains essential information about the registered notification, which can be used to send push notifications to the user. It can be retrieved using horizon.platform.push_notification.PushNotification.register

Properties

NameSummary
id
abstract val id: String
The registered notification id is a type of string which you can push notification to.
json
open val json: String
Did you find this page helpful?
Thumbs up icon
Thumbs down icon