Superwall Android SDK
Toggle table of contents
0.0.0-docs
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Superwall Android SDK
Superwall Android SDK
/
com.superwall.sdk.models.paywall
/
LocalNotification
Local
Notification
androidJvm
@
Serializable
data
class
LocalNotification
(
val
id
:
String
=
UUID.randomUUID().toString()
,
val
type
:
LocalNotificationType
,
val
title
:
String
,
val
subtitle
:
String
?
=
null
,
val
body
:
String
,
val
delay
:
Long
)
(
source
)
Members
Constructors
Local
Notification
Link copied to clipboard
androidJvm
constructor
(
id
:
String
=
UUID.randomUUID().toString()
,
type
:
LocalNotificationType
,
title
:
String
,
subtitle
:
String
?
=
null
,
body
:
String
,
delay
:
Long
)
Properties
body
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"body"
)
val
body
:
String
delay
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"delay"
)
val
delay
:
Long
id
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"id"
)
val
id
:
String
subtitle
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"subtitle"
)
val
subtitle
:
String
?
title
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"title"
)
val
title
:
String
type
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"type"
)
val
type
:
LocalNotificationType