createNotificationChannelService

fun createNotificationChannelService(appContext: Context)

Notification Channel for persistent service notification.

This code is necessary for API level >= 26 API level < 26 does not support Notification Channels For more infos: https://developer.android.com/training/notify-user/channels.html#CreateChannel

Sources

androidJvm source
Link copied to clipboard