@js-soft/native-abstractions / Exports / INativePushNotificationAccess
Receive and handle remote push notifications
▸ init(): Promise
<Result
<void
, ApplicationError
>>
Initialize module. Once initialized it publishes a RemoteNotificationRegistrationEvent when the registration of the push notification service was successful. It also publishes a RemoteNotificationEvent when a remote push notification is received.
Promise
<Result
<void
, ApplicationError
>>