channelId

val channelId: String? = null

Existing notification channel id. You have to ensure a notification channel with this id exists (See android.app.NotificationManager.createNotificationChannel). If null, ACRA will create a notification channel for you with the provided channelName, channelDescription and channelImportance. To learn about notification channels, visit the notification guide

Since

5.12.0

See also