KMPNotifierExtension
interface KMPNotifierExtension
A pluggable capability of the KMPNotifier library.
Extensions are passed to KMPNotifier.initialize and installed exactly once. The library ships with LocalNotifications (in kmpnotifier-local) and FirebasePush (in kmpnotifier-push-firebase).
KMPNotifier.initialize(configuration, FirebasePush)Content copied to clipboard
Properties
Functions
Link copied to clipboard
Called once during KMPNotifier.initialize (or on the first initialize call that includes this extension).