cancelNotification

fun cancelNotification(context: Context, notificationId: Int)

Creates a request to cancel a push notification in the notification center.

Sends an intent to the BrazePushReceiver requesting Braze to cancel the notification with the specified notification Id.

See handleCancelNotificationAction