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: local-notifications/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -739,7 +739,7 @@ An action that can be taken when a notification is displayed.
739
739
740
740
The importance level. For more details, see the [Android Developer Docs](https://developer.android.com/reference/android/app/NotificationManager#IMPORTANCE_DEFAULT)
Copy file name to clipboardExpand all lines: local-notifications/src/definitions.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1139,7 +1139,7 @@ export enum Weekday {
1139
1139
* The importance level. For more details, see the [Android Developer Docs](https://developer.android.com/reference/android/app/NotificationManager#IMPORTANCE_DEFAULT)
1140
1140
* @since 1.0.0
1141
1141
*/
1142
-
exporttypeImportance=1|2|3|4|5;
1142
+
exporttypeImportance=0|1|2|3|4|5;
1143
1143
1144
1144
/**
1145
1145
* The notification visibility. For more details, see the [Android Developer Docs](https://developer.android.com/reference/androidx/core/app/NotificationCompat#VISIBILITY_PRIVATE)
Copy file name to clipboardExpand all lines: push-notifications/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -575,7 +575,7 @@ Remove all native listeners for this plugin.
575
575
576
576
The importance level. For more details, see the [Android Developer Docs](https://developer.android.com/reference/android/app/NotificationManager#IMPORTANCE_DEFAULT)
Copy file name to clipboardExpand all lines: push-notifications/src/definitions.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,7 @@ export interface Channel {
415
415
* The importance level. For more details, see the [Android Developer Docs](https://developer.android.com/reference/android/app/NotificationManager#IMPORTANCE_DEFAULT)
416
416
* @since 1.0.0
417
417
*/
418
-
exporttypeImportance=1|2|3|4|5;
418
+
exporttypeImportance=0|1|2|3|4|5;
419
419
420
420
/**
421
421
* The notification visibility. For more details, see the [Android Developer Docs](https://developer.android.com/reference/androidx/core/app/NotificationCompat#VISIBILITY_PRIVATE)
0 commit comments