common-ktx

//library/ss_n.common_ktx.extension/setNotificationChannel

setNotificationChannel

[androidJvm]\

@RequiresApi(api = 26)

fun Context.setNotificationChannel(channelId: String, name: String, priority: Int = NotificationManager.IMPORTANCE_HIGH, description: String? = null)