NotificationChannel

sealed class NotificationChannel

Delivery channel for this installation.

Inheritors

Types

Link copied to clipboard
class Apns(val token: String) : NotificationChannel
Link copied to clipboard
class Fcm(val token: String) : NotificationChannel
Link copied to clipboard
class Http(val url: String, val signingKey: ByteArray) : NotificationChannel