//library/ss_n.common_ktx.extension/setNotificationChannel
[androidJvm]\
@RequiresApi(api = 26)
fun Context.setNotificationChannel(channelId: String, name: String, priority: Int = NotificationManager.IMPORTANCE_HIGH, description: String? = null)