ScheduleNotification

data class ScheduleNotification(val id: String, val type: LocalNotificationType, val title: String, val subtitle: String, val body: String, val delay: Long) : PaywallMessage(source)

Constructors

Link copied to clipboard
constructor(id: String, type: LocalNotificationType, title: String, subtitle: String, body: String, delay: Long)

Properties

Link copied to clipboard
Link copied to clipboard
val delay: Long
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard