Notification Config
class NotificationConfig(val channel: NotificationChannel, val consentStates: List<ConsentState> = listOf(ConsentState.ALLOWED), val includeWelcomes: Boolean = true, val includeSyncGroups: Boolean = false, val includeCommits: Boolean = false)
Notification delivery and conversation rules.
Constructors
Link copied to clipboard
constructor(channel: NotificationChannel, consentStates: List<ConsentState> = listOf(ConsentState.ALLOWED), includeWelcomes: Boolean = true, includeSyncGroups: Boolean = false, includeCommits: Boolean = false)