onNotificationClicked

fun NotifierManager.onNotificationClicked(notificationContent: UNNotificationContent)

Deprecated

Use KMPNotifier.onNotificationClicked(notificationContent). See MIGRATION.md.

Replace with

import com.mmk.kmpnotifier.KMPNotifier
import com.mmk.kmpnotifier.extensions.onNotificationClicked
KMPNotifier.onNotificationClicked(notificationContent)