You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You have to ensure a notification channel with this id exists (See [android.app.NotificationManager.createNotificationChannel]).
110
+
* If null, ACRA will create a notification channel for you with the provided [channelName], [channelDescription] and [channelImportance].
111
+
* To learn about notification channels, visit the [notification guide](https://developer.android.com/guide/topics/ui/notifiers/notifications.html#ManageChannels)
112
+
*
113
+
* @see android.app.NotificationChannel
114
+
* @since 5.12.0
115
+
*/
116
+
@AutoDslRequired("channel")
117
+
valchannelId:String? = null,
118
+
106
119
/**
107
120
* notification channel name.
108
121
* To learn about notification channels, visit the [notification guide](https://developer.android.com/guide/topics/ui/notifiers/notifications.html#ManageChannels)
0 commit comments