Kizspy | Question: 27
(Choose 1 answer)
How would you create a notification channel in Android 8.0 (API level 26) or higher?
A. Use NotificationManager.createChannel()
B. Use NotificationChannel constructor and NotificationManager.createNotificationChannel()
C. Use NotificationCompat.Builder
D. Use NotificationManager.createNotification()