Aliucord
2.0.1
androidJvm
Aliucord
/
com.aliucord.entities
/
NotificationData
Notification
Data
open
class
NotificationData
Notification builder.
Members
Constructors
Notification
Data
Link copied to clipboard
constructor
(
)
Properties
attachment
Link copied to clipboard
open
var
attachment
:
Drawable
attachment
Background
Link copied to clipboard
open
var
attachmentBackground
:
Drawable
attachment
Url
Link copied to clipboard
open
var
attachmentUrl
:
String
auto
Dismiss
Period
Secs
Link copied to clipboard
open
var
autoDismissPeriodSecs
:
Integer
body
Link copied to clipboard
open
var
body
:
CharSequence
icon
Res
Id
Link copied to clipboard
open
var
iconResId
:
Integer
icon
Top
Right
Link copied to clipboard
open
var
iconTopRight
:
Drawable
icon
Url
Link copied to clipboard
open
var
iconUrl
:
String
on
Click
Link copied to clipboard
open
var
onClick
:
(
out
Any
)
->
Unit
on
Click
Top
Right
Icon
Link copied to clipboard
open
var
onClickTopRightIcon
:
(
out
Any
)
->
Unit
stickers
Link copied to clipboard
open
var
stickers
:
List
<
Sticker
>
subtitle
Link copied to clipboard
open
var
subtitle
:
CharSequence
title
Link copied to clipboard
open
var
title
:
CharSequence
valid
Screens
Link copied to clipboard
open
var
validScreens
:
List
<
out
c
<
out
AppComponent
>
>