NotifyOptions
Interface: NotifyOptions
Section titled “Interface: NotifyOptions”Defined in: notifications.ts:21
Options for creating a one-shot notification record.
Properties
Section titled “Properties”
optionalid?:string
Defined in: notifications.ts:22
message
Section titled “message”message:
string
Defined in: notifications.ts:24
persist?
Section titled “persist?”
optionalpersist?:boolean
Defined in: notifications.ts:27
severity?
Section titled “severity?”
optionalseverity?:AppDatabaseNotificationSeverity
Defined in: notifications.ts:25
source?
Section titled “source?”
optionalsource?:string
Defined in: notifications.ts:26
title?
Section titled “title?”
optionaltitle?:string
Defined in: notifications.ts:23