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
Copy file name to clipboardexpand all lines: website/docs/docs/localNotifications.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ let localNotification = Notifications.postLocalNotification({
25
25
26
26
Notification object contains:
27
27
28
-
-**`fireDate`**- The date and time when the system should deliver the notification (optinal - default is immediate dispatch).
28
+
-**`fireDate`**- The date and time when the system should deliver the notification (optional - default is immediate dispatch).
29
29
-`body`- The message displayed in the notification alert.
30
30
-`title`- The title of the notification, displayed in the notifications center.
31
31
-`alertAction`- The "action" displayed beneath an actionable notification on the lockscreen (e.g. "Slide to **open**"). Note that Apple no longer shows this in iOS 10.
0 commit comments