Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 955 Bytes

INativePushNotificationAccess.md

File metadata and controls

29 lines (16 loc) · 955 Bytes

@js-soft/native-abstractions / Exports / INativePushNotificationAccess

Interface: INativePushNotificationAccess

Receive and handle remote push notifications

Table of contents

Methods

Methods

init

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.

Returns

Promise<Result<void, ApplicationError>>

Defined in

src/INativePushNotificationAccess.ts:12