toggle menu
KMPNotifierLib
1.4.0
common
switch theme
search in API
kmpnotifier
/
com.mmk.kmpnotifier.notification
/
NotifierBuilder
Notifier
Builder
class
NotifierBuilder
Members
Constructors
Notifier
Builder
Link copied to clipboard
constructor
(
)
Properties
body
Link copied to clipboard
var
body
:
String
id
Link copied to clipboard
var
id
:
Int
image
Link copied to clipboard
var
image
:
NotificationImage
?
payload
Data
Link copied to clipboard
var
payloadData
:
Map
<
String
,
String
>
title
Link copied to clipboard
var
title
:
String
Functions
payload
Link copied to clipboard
fun
payload
(
block
:
MutableMap
<
String
,
String
>
.
(
)
->
Unit
)