createNotificationChannel

@RequiresApi(value = 26)
abstract fun createNotificationChannel(context: Context)

Creates the iAdvize push notifications channel. Use this dedicated channel to group the iAdvize Push Notifications, doing so will ensure you can clear them all without affecting your own client app push notifications, and thus allow to clear them using the clearIAdvizePushNotification() API.