AppNotificationEnable

data class AppNotificationEnable(val notice: Boolean = true, val event: Boolean = true, val app: Boolean = true)

Constructors

Link copied to clipboard
constructor(notice: Boolean = true, event: Boolean = true, app: Boolean = true)

Properties

Link copied to clipboard
val app: Boolean = true
Link copied to clipboard
val event: Boolean = true
Link copied to clipboard
val notice: Boolean = true