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
@@ -1127,7 +1127,7 @@ export enum Weekday {
1127
1127
* The importance level. For more details, see the [Android Developer Docs](https://developer.android.com/reference/android/app/NotificationManager#IMPORTANCE_DEFAULT)
1128
1128
* @since 1.0.0
1129
1129
*/
1130
-
exporttypeImportance=1|2|3|4|5;
1130
+
exporttypeImportance=0|1|2|3|4|5;
1131
1131
1132
1132
/**
1133
1133
* 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
@@ -410,7 +410,7 @@ export interface Channel {
410
410
* The importance level. For more details, see the [Android Developer Docs](https://developer.android.com/reference/android/app/NotificationManager#IMPORTANCE_DEFAULT)
411
411
* @since 1.0.0
412
412
*/
413
-
exporttypeImportance=1|2|3|4|5;
413
+
exporttypeImportance=0|1|2|3|4|5;
414
414
415
415
/**
416
416
* 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