NotificationOptions
interface NotificationOptions {
actions?: NotificationAction[];
badge?: string;
body?: string;
data?: any;
dir?: NotificationDirection;
icon?: string;
image?: string;
lang?: string;
renotify?: boolean;
requireInteraction?: boolean;
silent?: boolean;
tag?: string;
timestamp?: EpochTimeStamp;
vibrate?: VibratePattern;
}§Properties
§
actions?: NotificationAction[]
[src]§
timestamp?: EpochTimeStamp
[src]§
vibrate?: VibratePattern
[src]