PushNotification
Updated: Jun 23, 2025
class PushNotification
Push notification horizon.platform.push_notification.models.PushNotificationResult provides a simple and efficient way for devices to register for and receive push notifications, enabling developers to build engaging and interactive applications that deliver timely updates and alerts to users.
| Name | Summary |
|---|
PushNotification | constructor() |
| Name | Summary |
|---|
Companion | object Companion |
| Name | Summary |
|---|
register | suspend fun register(): PushNotificationResultRegister the device to receive push notification. The registered notification id can be fetched by horizon.platform.push_notification.models.PushNotificationResult.id. |
object Companion