library
Toggle table of contents
4.12.0-dev
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
library
library
/
org.xmtp.android.library
/
NotificationChannel
Notification
Channel
sealed
class
NotificationChannel
Delivery channel for this installation.
Inheritors
Apns
Fcm
Http
Members
Types
Apns
Link copied to clipboard
class
Apns
(
val
token
:
String
)
:
NotificationChannel
Fcm
Link copied to clipboard
class
Fcm
(
val
token
:
String
)
:
NotificationChannel
Http
Link copied to clipboard
class
Http
(
val
url
:
String
,
val
signingKey
:
ByteArray
)
:
NotificationChannel