EventAlertModel

data class EventAlertModel(val title: String, val body: String, val lottieLink: String, val link: String? = null, val isShow: Boolean = true, val maxTimesToShow: Int = 5, val version: Int = 0)

Constructors

Link copied to clipboard
constructor(title: String, body: String, lottieLink: String, link: String? = null, isShow: Boolean = true, maxTimesToShow: Int = 5, version: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
val isShow: Boolean = true
Link copied to clipboard
val link: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val version: Int = 0