You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The date and time when the system should deliver the local notification. If the specified value is nil or is a date in the past, the local notification is delivered immediately.
* Ongoing notifications cannot be dismissed by the user,
304
304
* so your application or service must take care of canceling them.
305
305
*/
@@ -528,7 +528,8 @@ export class LocalNotificationsMocks extends LocalNotifications {
528
528
returnnewPromise((resolve,reject)=>{
529
529
resolve(response);
530
530
});
531
-
};/**
531
+
};
532
+
/**
532
533
* Adds a group of actions
533
534
* @param groupId The id of the action group
534
535
* @param actions The actions of this group
@@ -587,7 +588,7 @@ export class LocalNotificationsMocks extends LocalNotifications {
587
588
* @param eventName {string} The name of the event. Available events: schedule, trigger, click, update, clear, clearall, cancel, cancelall. Custom event names are possible for actions
0 commit comments