File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ PushNotification.cancelLocalNotifications({id: '123'});
303
303
304
304
(optional) Specify ` priority ` to set priority of notification. Default value: "high"
305
305
306
- Avaiable options:
306
+ Available options:
307
307
308
308
"max" = NotficationCompat.PRIORITY_MAX
309
309
"high" = NotficationCompat.PRIORITY_HIGH
@@ -317,7 +317,7 @@ More information: https://developer.android.com/reference/android/app/Notificati
317
317
318
318
(optional) Specify ` visibility ` to set visibility of notification. Default value: "private"
319
319
320
- Avaiable options:
320
+ Available options:
321
321
322
322
"private" = NotficationCompat.VISIBILITY_PRIVATE
323
323
"public" = NotficationCompat.VISIBILITY_PUBLIC
@@ -329,7 +329,7 @@ More information: https://developer.android.com/reference/android/app/Notificati
329
329
330
330
(optional) Specify ` importance ` to set importance of notification. Default value: "high"
331
331
332
- Avaiable options:
332
+ Available options:
333
333
334
334
"default" = NotificationManager.IMPORTANCE_DEFAULT
335
335
"max" = NotificationManager.IMPORTANCE_MAX
You can’t perform that action at this time.
0 commit comments