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

Notifications

Updated: Oct 30, 2025

Notifications

class Notifications
The Notifications class provides a way to manage and display notifications to the user. Notifications can be used to inform the user of important events, such as new messages, friend requests, or updates to installed apps. See more info about Platform Solutions here.

Constructors

NameSummary
Notifications
constructor()

Types

NameSummary
Companion
object Companion

Functions

NameSummary
deviceNotification
suspend fun deviceNotification(deviceNotificationConfig: DeviceNotificationConfig)
Triggers a device notification to show the notification toast and feed the notification to notification feed.

Companion

object Companion