API reference
API reference
Select your platform
No SDKs available
No versions available

DeviceNotificationConfig

Updated: Oct 30, 2025

DeviceNotificationConfig

interface DeviceNotificationConfig
The Notification Params, to be passed in to horizon.platform.notifications.Notifications.deviceNotification, is a field that allows developers to specify a list of parameters to config the on device notification.

Types

NameSummary
interface Builder
Companion
object Companion

Properties

NameSummary
mediaAttachmentUri
abstract val mediaAttachmentUri: String?
The attached image uri for the notification.
message
abstract val message: String
The message body for the notification.
ndid
abstract val ndid: String?
The notification delivery id used to track this notification. Make sure you never pass in same ndid for different notification instance, otherwise the notification won’t be present.
title
abstract val title: String
The title for the notification.

Companion

object Companion

Functions

NameSummary
builder