Skip to content

Interface: LocalNotificationPayload

Makaio Framework


Makaio Framework / services-core/local-notification/schemas / LocalNotificationPayload

Defined in: ../../../packages/services/core/src/local-notification/schemas.ts:7

Local notification payload sent to the active platform provider.

body: string

Defined in: ../../../packages/services/core/src/local-notification/schemas.ts:11

Notification body text.


optional icon?: string

Defined in: ../../../packages/services/core/src/local-notification/schemas.ts:13

Optional icon path or identifier.


title: string

Defined in: ../../../packages/services/core/src/local-notification/schemas.ts:9

Notification title.


optional url?: string

Defined in: ../../../packages/services/core/src/local-notification/schemas.ts:15

Optional click action URL.