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.paywall.view.webview.messaging
/
PaywallMessage
/
ScheduleNotification
Schedule
Notification
androidJvm
data
class
ScheduleNotification
(
val
id
:
String
,
val
type
:
LocalNotificationType
,
val
title
:
String
,
val
subtitle
:
String
,
val
body
:
String
,
val
delay
:
Long
)
:
PaywallMessage
(
source
)
Members
Constructors
Schedule
Notification
Link copied to clipboard
androidJvm
constructor
(
id
:
String
,
type
:
LocalNotificationType
,
title
:
String
,
subtitle
:
String
,
body
:
String
,
delay
:
Long
)
Properties
body
Link copied to clipboard
androidJvm
val
body
:
String
delay
Link copied to clipboard
androidJvm
val
delay
:
Long
id
Link copied to clipboard
androidJvm
val
id
:
String
subtitle
Link copied to clipboard
androidJvm
val
subtitle
:
String
title
Link copied to clipboard
androidJvm
val
title
:
String
type
Link copied to clipboard
androidJvm
val
type
:
LocalNotificationType