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

Latest commit

 

History

History
73 lines (39 loc) · 1.64 KB

RemoteNotificationEvent.md

File metadata and controls

73 lines (39 loc) · 1.64 KB

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

Class: RemoteNotificationEvent

Event fired when INativePushNotificationAccess received a remote notification

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new RemoteNotificationEvent(notification)

Parameters

Name Type
notification INativePushNotification

Overrides

NativeEvent.constructor

Defined in

src/NativeEvents.ts:19

Properties

namespace

Readonly namespace: string

Inherited from

NativeEvent.namespace

Defined in

node_modules/@js-soft/ts-utils/dist/events/Event.d.ts:2


notification

Readonly notification: INativePushNotification


namespace

Static namespace: string = "RemoteNotification"

Defined in

src/NativeEvents.ts:18