Interface: LocalNotificationPayload
Makaio Framework / services-core/local-notification/schemas / LocalNotificationPayload
Interface: LocalNotificationPayload
Section titled “Interface: LocalNotificationPayload”Defined in: ../../../packages/services/core/src/local-notification/schemas.ts:7
Local notification payload sent to the active platform provider.
Properties
Section titled “Properties”body:
string
Defined in: ../../../packages/services/core/src/local-notification/schemas.ts:11
Notification body text.
optionalicon?: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.
optionalurl?:string
Defined in: ../../../packages/services/core/src/local-notification/schemas.ts:15
Optional click action URL.