emitPushEventsIfRemote

fun emitPushEventsIfRemote(notificationContent: UNNotificationContent)

Emits push events into NotifierEventHub when the given notification content originates from a remote (Firebase) push message. No-op for local notifications.

Shared by the local notification delegate, the push module's extension functions and the deprecated NotifierManager.onUserNotification.