@ammarahmed/notifee-react-native 7.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +3 -0
- package/LICENSE +44 -0
- package/README.md +131 -0
- package/RNNotifee.podspec +39 -0
- package/RNNotifeeCore.podspec +33 -0
- package/android/build.gradle +116 -0
- package/android/gradle.properties +1 -0
- package/android/libs/app/notifee/core/202108261756/core-202108261756.aar +0 -0
- package/android/libs/app/notifee/core/202108261756/core-202108261756.aar.md5 +1 -0
- package/android/libs/app/notifee/core/202108261756/core-202108261756.aar.sha1 +1 -0
- package/android/libs/app/notifee/core/202108261756/core-202108261756.aar.sha256 +1 -0
- package/android/libs/app/notifee/core/202108261756/core-202108261756.aar.sha512 +1 -0
- package/android/libs/app/notifee/core/202108261756/core-202108261756.pom +9 -0
- package/android/libs/app/notifee/core/202108261756/core-202108261756.pom.md5 +1 -0
- package/android/libs/app/notifee/core/202108261756/core-202108261756.pom.sha1 +1 -0
- package/android/libs/app/notifee/core/202108261756/core-202108261756.pom.sha256 +1 -0
- package/android/libs/app/notifee/core/202108261756/core-202108261756.pom.sha512 +1 -0
- package/android/libs/app/notifee/core/maven-metadata.xml +13 -0
- package/android/libs/app/notifee/core/maven-metadata.xml.md5 +1 -0
- package/android/libs/app/notifee/core/maven-metadata.xml.sha1 +1 -0
- package/android/libs/app/notifee/core/maven-metadata.xml.sha256 +1 -0
- package/android/libs/app/notifee/core/maven-metadata.xml.sha512 +1 -0
- package/android/lint.xml +5 -0
- package/android/proguard-rules.pro +74 -0
- package/android/settings.gradle +1 -0
- package/android/src/main/AndroidManifest.xml +12 -0
- package/android/src/main/java/io/invertase/notifee/NotifeeApiModule.java +349 -0
- package/android/src/main/java/io/invertase/notifee/NotifeeEventSubscriber.java +118 -0
- package/android/src/main/java/io/invertase/notifee/NotifeeInitProvider.java +55 -0
- package/android/src/main/java/io/invertase/notifee/NotifeePackage.java +30 -0
- package/android/src/main/java/io/invertase/notifee/NotifeeReactUtils.java +244 -0
- package/app.plugin.js +1 -0
- package/dist/NotifeeApiModule.d.ts +53 -0
- package/dist/NotifeeApiModule.js +607 -0
- package/dist/NotifeeApiModule.js.map +1 -0
- package/dist/NotifeeJSEventEmitter.d.ts +3 -0
- package/dist/NotifeeJSEventEmitter.js +14 -0
- package/dist/NotifeeJSEventEmitter.js.map +1 -0
- package/dist/NotifeeNativeError.d.ts +15 -0
- package/dist/NotifeeNativeError.js +61 -0
- package/dist/NotifeeNativeError.js.map +1 -0
- package/dist/NotifeeNativeModule.d.ts +14 -0
- package/dist/NotifeeNativeModule.js +43 -0
- package/dist/NotifeeNativeModule.js.map +1 -0
- package/dist/NotifeeNativeModule.web.d.ts +12 -0
- package/dist/NotifeeNativeModule.web.js +19 -0
- package/dist/NotifeeNativeModule.web.js.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +43 -0
- package/dist/index.js.map +1 -0
- package/dist/types/Library.d.ts +21 -0
- package/dist/types/Library.js +6 -0
- package/dist/types/Library.js.map +1 -0
- package/dist/types/Module.d.ts +572 -0
- package/dist/types/Module.js +6 -0
- package/dist/types/Module.js.map +1 -0
- package/dist/types/Notification.d.ts +450 -0
- package/dist/types/Notification.js +105 -0
- package/dist/types/Notification.js.map +1 -0
- package/dist/types/NotificationAndroid.d.ts +1276 -0
- package/dist/types/NotificationAndroid.js +380 -0
- package/dist/types/NotificationAndroid.js.map +1 -0
- package/dist/types/NotificationIOS.d.ts +537 -0
- package/dist/types/NotificationIOS.js +92 -0
- package/dist/types/NotificationIOS.js.map +1 -0
- package/dist/types/NotificationWeb.d.ts +5 -0
- package/dist/types/NotificationWeb.js +3 -0
- package/dist/types/NotificationWeb.js.map +1 -0
- package/dist/types/PowerManagerInfo.d.ts +36 -0
- package/dist/types/PowerManagerInfo.js +6 -0
- package/dist/types/PowerManagerInfo.js.map +1 -0
- package/dist/types/Trigger.d.ts +108 -0
- package/dist/types/Trigger.js +39 -0
- package/dist/types/Trigger.js.map +1 -0
- package/dist/utils/id.d.ts +1 -0
- package/dist/utils/id.js +16 -0
- package/dist/utils/id.js.map +1 -0
- package/dist/utils/index.d.ts +16 -0
- package/dist/utils/index.js +52 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/validate.d.ts +15 -0
- package/dist/utils/validate.js +93 -0
- package/dist/utils/validate.js.map +1 -0
- package/dist/validators/iosCommunicationInfo/validateIOSCommunicationInfo.d.ts +2 -0
- package/dist/validators/iosCommunicationInfo/validateIOSCommunicationInfo.js +39 -0
- package/dist/validators/iosCommunicationInfo/validateIOSCommunicationInfo.js.map +1 -0
- package/dist/validators/iosCommunicationInfo/validateIOSCommunicationInfoPerson.d.ts +2 -0
- package/dist/validators/iosCommunicationInfo/validateIOSCommunicationInfoPerson.js +27 -0
- package/dist/validators/iosCommunicationInfo/validateIOSCommunicationInfoPerson.js.map +1 -0
- package/dist/validators/validate.d.ts +25 -0
- package/dist/validators/validate.js +75 -0
- package/dist/validators/validate.js.map +1 -0
- package/dist/validators/validateAndroidAction.d.ts +2 -0
- package/dist/validators/validateAndroidAction.js +52 -0
- package/dist/validators/validateAndroidAction.js.map +1 -0
- package/dist/validators/validateAndroidChannel.d.ts +2 -0
- package/dist/validators/validateAndroidChannel.js +155 -0
- package/dist/validators/validateAndroidChannel.js.map +1 -0
- package/dist/validators/validateAndroidChannelGroup.d.ts +2 -0
- package/dist/validators/validateAndroidChannelGroup.js +42 -0
- package/dist/validators/validateAndroidChannelGroup.js.map +1 -0
- package/dist/validators/validateAndroidFullScreenAction.d.ts +2 -0
- package/dist/validators/validateAndroidFullScreenAction.js +50 -0
- package/dist/validators/validateAndroidFullScreenAction.js.map +1 -0
- package/dist/validators/validateAndroidInput.d.ts +2 -0
- package/dist/validators/validateAndroidInput.js +54 -0
- package/dist/validators/validateAndroidInput.js.map +1 -0
- package/dist/validators/validateAndroidNotification.d.ts +2 -0
- package/dist/validators/validateAndroidNotification.js +529 -0
- package/dist/validators/validateAndroidNotification.js.map +1 -0
- package/dist/validators/validateAndroidPressAction.d.ts +2 -0
- package/dist/validators/validateAndroidPressAction.js +50 -0
- package/dist/validators/validateAndroidPressAction.js.map +1 -0
- package/dist/validators/validateAndroidStyle.d.ts +22 -0
- package/dist/validators/validateAndroidStyle.js +231 -0
- package/dist/validators/validateAndroidStyle.js.map +1 -0
- package/dist/validators/validateIOSAttachment.d.ts +6 -0
- package/dist/validators/validateIOSAttachment.js +102 -0
- package/dist/validators/validateIOSAttachment.js.map +1 -0
- package/dist/validators/validateIOSCategory.d.ts +2 -0
- package/dist/validators/validateIOSCategory.js +124 -0
- package/dist/validators/validateIOSCategory.js.map +1 -0
- package/dist/validators/validateIOSCategoryAction.d.ts +2 -0
- package/dist/validators/validateIOSCategoryAction.js +59 -0
- package/dist/validators/validateIOSCategoryAction.js.map +1 -0
- package/dist/validators/validateIOSInput.d.ts +2 -0
- package/dist/validators/validateIOSInput.js +32 -0
- package/dist/validators/validateIOSInput.js.map +1 -0
- package/dist/validators/validateIOSNotification.d.ts +2 -0
- package/dist/validators/validateIOSNotification.js +211 -0
- package/dist/validators/validateIOSNotification.js.map +1 -0
- package/dist/validators/validateIOSPermissions.d.ts +2 -0
- package/dist/validators/validateIOSPermissions.js +62 -0
- package/dist/validators/validateIOSPermissions.js.map +1 -0
- package/dist/validators/validateNotification.d.ts +11 -0
- package/dist/validators/validateNotification.js +129 -0
- package/dist/validators/validateNotification.js.map +1 -0
- package/dist/validators/validateTrigger.d.ts +2 -0
- package/dist/validators/validateTrigger.js +104 -0
- package/dist/validators/validateTrigger.js.map +1 -0
- package/dist/version.d.ts +1 -0
- package/dist/version.js.map +1 -0
- package/ios/NotifeeCore/Info.plist +22 -0
- package/ios/NotifeeCore/NotifeeCore+NSNotificationCenter.h +28 -0
- package/ios/NotifeeCore/NotifeeCore+NSNotificationCenter.m +72 -0
- package/ios/NotifeeCore/NotifeeCore+NSURLSession.h +25 -0
- package/ios/NotifeeCore/NotifeeCore+NSURLSession.m +55 -0
- package/ios/NotifeeCore/NotifeeCore+UNUserNotificationCenter.h +37 -0
- package/ios/NotifeeCore/NotifeeCore+UNUserNotificationCenter.m +242 -0
- package/ios/NotifeeCore/NotifeeCore.h +118 -0
- package/ios/NotifeeCore/NotifeeCore.m +784 -0
- package/ios/NotifeeCore/NotifeeCoreDelegateHolder.h +34 -0
- package/ios/NotifeeCore/NotifeeCoreDelegateHolder.m +70 -0
- package/ios/NotifeeCore/NotifeeCoreDownloadDelegate.h +39 -0
- package/ios/NotifeeCore/NotifeeCoreDownloadDelegate.m +68 -0
- package/ios/NotifeeCore/NotifeeCoreExtensionHelper.h +38 -0
- package/ios/NotifeeCore/NotifeeCoreExtensionHelper.m +224 -0
- package/ios/NotifeeCore/NotifeeCoreUtil.h +82 -0
- package/ios/NotifeeCore/NotifeeCoreUtil.m +793 -0
- package/ios/RNNotifee/NotifeeApiModule.h +25 -0
- package/ios/RNNotifee/NotifeeApiModule.m +371 -0
- package/ios/RNNotifee/NotifeeExtensionHelper.h +37 -0
- package/ios/RNNotifee/NotifeeExtensionHelper.m +37 -0
- package/ios/RNNotifee.xcodeproj/project.pbxproj +318 -0
- package/jest-mock.js +158 -0
- package/package.json +59 -0
- package/plugin/build/index.d.ts +3 -0
- package/plugin/build/index.js +12 -0
- package/plugin/build/index.js.map +1 -0
- package/plugin/build/withNotifeeProjectGradlePlugin.d.ts +5 -0
- package/plugin/build/withNotifeeProjectGradlePlugin.js +24 -0
- package/plugin/build/withNotifeeProjectGradlePlugin.js.map +1 -0
- package/plugin/src/index.ts +9 -0
- package/plugin/src/withNotifeeProjectGradlePlugin.ts +27 -0
- package/plugin/tsconfig.json +9 -0
- package/react-native.config.js +11 -0
- package/refresh-example.sh +71 -0
- package/src/NotifeeApiModule.ts +825 -0
- package/src/NotifeeJSEventEmitter.ts +11 -0
- package/src/NotifeeNativeError.ts +70 -0
- package/src/NotifeeNativeModule.ts +55 -0
- package/src/NotifeeNativeModule.web.ts +25 -0
- package/src/index.ts +33 -0
- package/src/types/Library.ts +28 -0
- package/src/types/Module.ts +625 -0
- package/src/types/Notification.ts +505 -0
- package/src/types/NotificationAndroid.ts +1443 -0
- package/src/types/NotificationIOS.ts +681 -0
- package/src/types/NotificationWeb.ts +5 -0
- package/src/types/PowerManagerInfo.ts +43 -0
- package/src/types/Trigger.ts +118 -0
- package/src/utils/id.ts +13 -0
- package/src/utils/index.ts +47 -0
- package/src/utils/validate.ts +92 -0
- package/src/validators/iosCommunicationInfo/validateIOSCommunicationInfo.ts +45 -0
- package/src/validators/iosCommunicationInfo/validateIOSCommunicationInfoPerson.ts +33 -0
- package/src/validators/validate.ts +85 -0
- package/src/validators/validateAndroidAction.ts +54 -0
- package/src/validators/validateAndroidChannel.ts +188 -0
- package/src/validators/validateAndroidChannelGroup.ts +49 -0
- package/src/validators/validateAndroidFullScreenAction.ts +65 -0
- package/src/validators/validateAndroidInput.ts +67 -0
- package/src/validators/validateAndroidNotification.ts +704 -0
- package/src/validators/validateAndroidPressAction.ts +65 -0
- package/src/validators/validateAndroidStyle.ts +315 -0
- package/src/validators/validateIOSAttachment.ts +136 -0
- package/src/validators/validateIOSCategory.ts +150 -0
- package/src/validators/validateIOSCategoryAction.ts +65 -0
- package/src/validators/validateIOSInput.ts +38 -0
- package/src/validators/validateIOSNotification.ts +296 -0
- package/src/validators/validateIOSPermissions.ts +78 -0
- package/src/validators/validateNotification.ts +156 -0
- package/src/validators/validateTrigger.ts +134 -0
- package/src/version.ts +2 -0
- package/tsconfig.json +23 -0
|
@@ -0,0 +1,380 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2016-present Invertase Limited
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AndroidLaunchActivityFlag = exports.AndroidImportance = exports.AndroidVisibility = exports.AndroidStyle = exports.AndroidGroupAlertBehavior = exports.AndroidFlags = exports.AndroidDefaults = exports.AndroidColor = exports.AndroidCategory = exports.AndroidBadgeIconType = exports.AndroidNotificationSetting = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* An interface representing the current android only notification-related settings for your app.
|
|
9
|
+
*
|
|
10
|
+
* This interface is returned from [`requestPermission`](/react-native/reference/requestpermission)
|
|
11
|
+
* and [`getNotificationSettings`](/react-native/reference/getnotificationsettings).
|
|
12
|
+
*
|
|
13
|
+
* View the [Permissions](/react-native/docs/android/permissions) documentation to learn more.
|
|
14
|
+
*
|
|
15
|
+
* @platform android
|
|
16
|
+
*/
|
|
17
|
+
var AndroidNotificationSetting;
|
|
18
|
+
(function (AndroidNotificationSetting) {
|
|
19
|
+
/**
|
|
20
|
+
* This setting is not supported on this device. Usually this means that the Android version required
|
|
21
|
+
* for this setting has not been met.
|
|
22
|
+
*/
|
|
23
|
+
AndroidNotificationSetting[AndroidNotificationSetting["NOT_SUPPORTED"] = -1] = "NOT_SUPPORTED";
|
|
24
|
+
/**
|
|
25
|
+
* This setting is currently disabled by the user.
|
|
26
|
+
*/
|
|
27
|
+
AndroidNotificationSetting[AndroidNotificationSetting["DISABLED"] = 0] = "DISABLED";
|
|
28
|
+
/**
|
|
29
|
+
* This setting is currently enabled.
|
|
30
|
+
*/
|
|
31
|
+
AndroidNotificationSetting[AndroidNotificationSetting["ENABLED"] = 1] = "ENABLED";
|
|
32
|
+
})(AndroidNotificationSetting = exports.AndroidNotificationSetting || (exports.AndroidNotificationSetting = {}));
|
|
33
|
+
/**
|
|
34
|
+
* Enum used to define how a notification badge is displayed in badge mode.
|
|
35
|
+
*
|
|
36
|
+
* View the [Badges](/react-native/docs/android/appearance#badges) documentation for more information.
|
|
37
|
+
*
|
|
38
|
+
* @platform android
|
|
39
|
+
*/
|
|
40
|
+
var AndroidBadgeIconType;
|
|
41
|
+
(function (AndroidBadgeIconType) {
|
|
42
|
+
/**
|
|
43
|
+
* No badge is displayed, will always show as a number.
|
|
44
|
+
*/
|
|
45
|
+
AndroidBadgeIconType[AndroidBadgeIconType["NONE"] = 0] = "NONE";
|
|
46
|
+
/**
|
|
47
|
+
* Shows the badge as the notifications `smallIcon`.
|
|
48
|
+
*/
|
|
49
|
+
AndroidBadgeIconType[AndroidBadgeIconType["SMALL"] = 1] = "SMALL";
|
|
50
|
+
/**
|
|
51
|
+
* Shows the badge as the notifications `largeIcon` (if available).
|
|
52
|
+
*
|
|
53
|
+
* This is the default value used by a notification if not provided.
|
|
54
|
+
*/
|
|
55
|
+
AndroidBadgeIconType[AndroidBadgeIconType["LARGE"] = 2] = "LARGE";
|
|
56
|
+
})(AndroidBadgeIconType = exports.AndroidBadgeIconType || (exports.AndroidBadgeIconType = {}));
|
|
57
|
+
/**
|
|
58
|
+
* Enum used to describe the category of a notification.
|
|
59
|
+
*
|
|
60
|
+
* Setting a category on a notification helps the device to understand what the notification is for,
|
|
61
|
+
* or what impact it will have on the user. The category can be used for ranking and filtering
|
|
62
|
+
* the notification, however has no visual impact on the notification.
|
|
63
|
+
*
|
|
64
|
+
* @platform android
|
|
65
|
+
*/
|
|
66
|
+
var AndroidCategory;
|
|
67
|
+
(function (AndroidCategory) {
|
|
68
|
+
AndroidCategory["ALARM"] = "alarm";
|
|
69
|
+
AndroidCategory["CALL"] = "call";
|
|
70
|
+
AndroidCategory["EMAIL"] = "email";
|
|
71
|
+
AndroidCategory["ERROR"] = "error";
|
|
72
|
+
AndroidCategory["EVENT"] = "event";
|
|
73
|
+
AndroidCategory["MESSAGE"] = "msg";
|
|
74
|
+
AndroidCategory["NAVIGATION"] = "navigation";
|
|
75
|
+
AndroidCategory["PROGRESS"] = "progress";
|
|
76
|
+
AndroidCategory["PROMO"] = "promo";
|
|
77
|
+
AndroidCategory["RECOMMENDATION"] = "recommendation";
|
|
78
|
+
AndroidCategory["REMINDER"] = "reminder";
|
|
79
|
+
AndroidCategory["SERVICE"] = "service";
|
|
80
|
+
AndroidCategory["SOCIAL"] = "social";
|
|
81
|
+
AndroidCategory["STATUS"] = "status";
|
|
82
|
+
/**
|
|
83
|
+
* Avoid using - generally used by the system.
|
|
84
|
+
*/
|
|
85
|
+
AndroidCategory["SYSTEM"] = "sys";
|
|
86
|
+
AndroidCategory["TRANSPORT"] = "transport";
|
|
87
|
+
})(AndroidCategory = exports.AndroidCategory || (exports.AndroidCategory = {}));
|
|
88
|
+
/**
|
|
89
|
+
* A set or predefined colors which can be used with Android Notifications.
|
|
90
|
+
*
|
|
91
|
+
* View the [Color](/react-native/docs/android/appearance#color) documentation to learn more.
|
|
92
|
+
*
|
|
93
|
+
* @platform android
|
|
94
|
+
*/
|
|
95
|
+
var AndroidColor;
|
|
96
|
+
(function (AndroidColor) {
|
|
97
|
+
AndroidColor["RED"] = "red";
|
|
98
|
+
AndroidColor["BLUE"] = "blue";
|
|
99
|
+
AndroidColor["GREEN"] = "green";
|
|
100
|
+
AndroidColor["BLACK"] = "black";
|
|
101
|
+
AndroidColor["WHITE"] = "white";
|
|
102
|
+
AndroidColor["CYAN"] = "cyan";
|
|
103
|
+
AndroidColor["MAGENTA"] = "magenta";
|
|
104
|
+
AndroidColor["YELLOW"] = "yellow";
|
|
105
|
+
AndroidColor["LIGHTGRAY"] = "lightgray";
|
|
106
|
+
AndroidColor["DARKGRAY"] = "darkgray";
|
|
107
|
+
AndroidColor["GRAY"] = "gray";
|
|
108
|
+
AndroidColor["LIGHTGREY"] = "lightgrey";
|
|
109
|
+
AndroidColor["DARKGREY"] = "darkgrey";
|
|
110
|
+
AndroidColor["AQUA"] = "aqua";
|
|
111
|
+
AndroidColor["FUCHSIA"] = "fuchsia";
|
|
112
|
+
AndroidColor["LIME"] = "lime";
|
|
113
|
+
AndroidColor["MAROON"] = "maroon";
|
|
114
|
+
AndroidColor["NAVY"] = "navy";
|
|
115
|
+
AndroidColor["OLIVE"] = "olive";
|
|
116
|
+
AndroidColor["PURPLE"] = "purple";
|
|
117
|
+
AndroidColor["SILVER"] = "silver";
|
|
118
|
+
AndroidColor["TEAL"] = "teal";
|
|
119
|
+
})(AndroidColor = exports.AndroidColor || (exports.AndroidColor = {}));
|
|
120
|
+
/**
|
|
121
|
+
* On devices which do not support notification channels (API Level < 26), the notification
|
|
122
|
+
* by default will use all methods to alert the user (depending on the importance).
|
|
123
|
+
*
|
|
124
|
+
* To override the default behaviour, provide an array of defaults to the notification.
|
|
125
|
+
*
|
|
126
|
+
* On API Levels >= 26, this has no effect and notifications will use the channel behaviour.
|
|
127
|
+
*
|
|
128
|
+
* @platform android API Level < 26
|
|
129
|
+
*/
|
|
130
|
+
var AndroidDefaults;
|
|
131
|
+
(function (AndroidDefaults) {
|
|
132
|
+
/**
|
|
133
|
+
* All options will be used, where possible.
|
|
134
|
+
*/
|
|
135
|
+
AndroidDefaults[AndroidDefaults["ALL"] = -1] = "ALL";
|
|
136
|
+
/**
|
|
137
|
+
* The notification will use lights to alert the user.
|
|
138
|
+
*/
|
|
139
|
+
AndroidDefaults[AndroidDefaults["LIGHTS"] = 4] = "LIGHTS";
|
|
140
|
+
/**
|
|
141
|
+
* The notification will use sound to alert the user.
|
|
142
|
+
*/
|
|
143
|
+
AndroidDefaults[AndroidDefaults["SOUND"] = 1] = "SOUND";
|
|
144
|
+
/**
|
|
145
|
+
* The notification will vibrate to alert the user.
|
|
146
|
+
*/
|
|
147
|
+
AndroidDefaults[AndroidDefaults["VIBRATE"] = 2] = "VIBRATE";
|
|
148
|
+
})(AndroidDefaults = exports.AndroidDefaults || (exports.AndroidDefaults = {}));
|
|
149
|
+
/**
|
|
150
|
+
* Enum used to set any additional flags supported on Android.
|
|
151
|
+
* See Android's [setFlag()](https://developer.android.com/reference/android/app/Notification.Builder#setFlag(int,%20boolean)) documentation.
|
|
152
|
+
*/
|
|
153
|
+
var AndroidFlags;
|
|
154
|
+
(function (AndroidFlags) {
|
|
155
|
+
/**
|
|
156
|
+
* The audio will be repeated until the notification is cancelled or the notification window is opened.
|
|
157
|
+
* This will be set for you by setting `loopSound`.
|
|
158
|
+
*/
|
|
159
|
+
AndroidFlags[AndroidFlags["FLAG_INSISTENT"] = 4] = "FLAG_INSISTENT";
|
|
160
|
+
})(AndroidFlags = exports.AndroidFlags || (exports.AndroidFlags = {}));
|
|
161
|
+
/**
|
|
162
|
+
* Enum used to describe how a notification alerts the user when it apart of a group.
|
|
163
|
+
*
|
|
164
|
+
* View the [Grouping & Sorting](/react-native/docs/android/grouping-and-sorting#group-behaviour) documentation to
|
|
165
|
+
* learn more.
|
|
166
|
+
*
|
|
167
|
+
* @platform android
|
|
168
|
+
*/
|
|
169
|
+
var AndroidGroupAlertBehavior;
|
|
170
|
+
(function (AndroidGroupAlertBehavior) {
|
|
171
|
+
/**
|
|
172
|
+
* All notifications will alert.
|
|
173
|
+
*/
|
|
174
|
+
AndroidGroupAlertBehavior[AndroidGroupAlertBehavior["ALL"] = 0] = "ALL";
|
|
175
|
+
/**
|
|
176
|
+
* Only the summary notification will alert the user when displayed. The children of the group will not alert.
|
|
177
|
+
*/
|
|
178
|
+
AndroidGroupAlertBehavior[AndroidGroupAlertBehavior["SUMMARY"] = 1] = "SUMMARY";
|
|
179
|
+
/**
|
|
180
|
+
* Children of a group will alert the user. The summary notification will not alert when displayed.
|
|
181
|
+
*/
|
|
182
|
+
AndroidGroupAlertBehavior[AndroidGroupAlertBehavior["CHILDREN"] = 2] = "CHILDREN";
|
|
183
|
+
})(AndroidGroupAlertBehavior = exports.AndroidGroupAlertBehavior || (exports.AndroidGroupAlertBehavior = {}));
|
|
184
|
+
/**
|
|
185
|
+
* Available Android Notification Styles.
|
|
186
|
+
*
|
|
187
|
+
* View the [Styles](/react-native/docs/android/styles) documentation to learn more with example usage.
|
|
188
|
+
*
|
|
189
|
+
* @platform android
|
|
190
|
+
*/
|
|
191
|
+
var AndroidStyle;
|
|
192
|
+
(function (AndroidStyle) {
|
|
193
|
+
AndroidStyle[AndroidStyle["BIGPICTURE"] = 0] = "BIGPICTURE";
|
|
194
|
+
AndroidStyle[AndroidStyle["BIGTEXT"] = 1] = "BIGTEXT";
|
|
195
|
+
AndroidStyle[AndroidStyle["INBOX"] = 2] = "INBOX";
|
|
196
|
+
AndroidStyle[AndroidStyle["MESSAGING"] = 3] = "MESSAGING";
|
|
197
|
+
})(AndroidStyle = exports.AndroidStyle || (exports.AndroidStyle = {}));
|
|
198
|
+
/**
|
|
199
|
+
* Interface used to define the visibility of an Android notification.
|
|
200
|
+
*
|
|
201
|
+
* Use with the `visibility` property on the notification.
|
|
202
|
+
*
|
|
203
|
+
* View the [Visibility](/react-native/docs/android/appearance#visibility) documentation to learn more.
|
|
204
|
+
*
|
|
205
|
+
* Default value is `AndroidVisibility.PRIVATE`.
|
|
206
|
+
*
|
|
207
|
+
* @platform android
|
|
208
|
+
*/
|
|
209
|
+
var AndroidVisibility;
|
|
210
|
+
(function (AndroidVisibility) {
|
|
211
|
+
/**
|
|
212
|
+
* Show the notification on all lockscreens, but conceal sensitive or private information on secure lockscreens.
|
|
213
|
+
*/
|
|
214
|
+
AndroidVisibility[AndroidVisibility["PRIVATE"] = 0] = "PRIVATE";
|
|
215
|
+
/**
|
|
216
|
+
* Show this notification in its entirety on all lockscreens.
|
|
217
|
+
*/
|
|
218
|
+
AndroidVisibility[AndroidVisibility["PUBLIC"] = 1] = "PUBLIC";
|
|
219
|
+
/**
|
|
220
|
+
* Do not reveal any part of this notification on a secure lockscreen.
|
|
221
|
+
*
|
|
222
|
+
* Useful for notifications showing sensitive information such as banking apps.
|
|
223
|
+
*/
|
|
224
|
+
AndroidVisibility[AndroidVisibility["SECRET"] = -1] = "SECRET";
|
|
225
|
+
})(AndroidVisibility = exports.AndroidVisibility || (exports.AndroidVisibility = {}));
|
|
226
|
+
/**
|
|
227
|
+
* The interface describing the importance levels of an incoming notification.
|
|
228
|
+
*
|
|
229
|
+
* The importance level can be set directly onto a notification channel for supported devices (API Level >= 26)
|
|
230
|
+
* or directly onto the notification for devices which do not support channels.
|
|
231
|
+
*
|
|
232
|
+
* The importance is used to both change the visual prompt of a received notification
|
|
233
|
+
* and also how it visually appears on the device.
|
|
234
|
+
*
|
|
235
|
+
* View the [Android Appearance](/react-native/docs/android/appearance#importance) documentation to learn more.
|
|
236
|
+
*
|
|
237
|
+
* @platform android
|
|
238
|
+
*/
|
|
239
|
+
var AndroidImportance;
|
|
240
|
+
(function (AndroidImportance) {
|
|
241
|
+
/**
|
|
242
|
+
* The default importance applied to a channel/notification.
|
|
243
|
+
*
|
|
244
|
+
* The application small icon will show in the device statusbar. When the user pulls down the
|
|
245
|
+
* notification shade, the notification will show in it's expanded state (if applicable).
|
|
246
|
+
*/
|
|
247
|
+
AndroidImportance[AndroidImportance["DEFAULT"] = 3] = "DEFAULT";
|
|
248
|
+
/**
|
|
249
|
+
* The highest importance level applied to a channel/notification.
|
|
250
|
+
*
|
|
251
|
+
* The notifications will appear on-top of applications, allowing direct interaction without pulling
|
|
252
|
+
* down the notification shade. This level should only be used for urgent notifications, such as
|
|
253
|
+
* incoming phone calls, messages etc, which require immediate attention.
|
|
254
|
+
*/
|
|
255
|
+
AndroidImportance[AndroidImportance["HIGH"] = 4] = "HIGH";
|
|
256
|
+
/**
|
|
257
|
+
* A low importance level applied to a channel/notification.
|
|
258
|
+
*
|
|
259
|
+
* On Android, the application small icon will show in the device statusbar, however the notification will not alert
|
|
260
|
+
* the user (no sound or vibration). The notification will show in it's expanded state when the
|
|
261
|
+
* notification shade is pulled down.
|
|
262
|
+
*
|
|
263
|
+
* On iOS, the notification will not display to the user or alert them. It will still be visible on the devices
|
|
264
|
+
* notification center.
|
|
265
|
+
*/
|
|
266
|
+
AndroidImportance[AndroidImportance["LOW"] = 2] = "LOW";
|
|
267
|
+
/**
|
|
268
|
+
* The minimum importance level applied to a channel/notification.
|
|
269
|
+
*
|
|
270
|
+
* The application small icon will not show up in the statusbar, or alert the user. The notification
|
|
271
|
+
* will be in a collapsed state in the notification shade and placed at the bottom of the list.
|
|
272
|
+
*
|
|
273
|
+
* This level should be used when the notification requires no immediate attention. An example of this
|
|
274
|
+
* importance level is the Google app providing weather updates and only being visible when the
|
|
275
|
+
* user pulls the notification shade down,
|
|
276
|
+
*/
|
|
277
|
+
AndroidImportance[AndroidImportance["MIN"] = 1] = "MIN";
|
|
278
|
+
/**
|
|
279
|
+
* The notification will not be shown. This has the same effect as the user disabling notifications
|
|
280
|
+
* in the application settings.
|
|
281
|
+
*/
|
|
282
|
+
AndroidImportance[AndroidImportance["NONE"] = 0] = "NONE";
|
|
283
|
+
})(AndroidImportance = exports.AndroidImportance || (exports.AndroidImportance = {}));
|
|
284
|
+
/**
|
|
285
|
+
* An enum representing the various flags that can be passed along to `launchActivityFlags` on `NotificationPressAction`.
|
|
286
|
+
*
|
|
287
|
+
* These flags are added to the Android [Intent](https://developer.android.com/reference/android/content/Intent.html) that launches your activity.
|
|
288
|
+
*
|
|
289
|
+
* These are only required if you need to customise the behaviour of your activities, in most cases you might not need these.
|
|
290
|
+
*
|
|
291
|
+
* @platform android
|
|
292
|
+
*/
|
|
293
|
+
var AndroidLaunchActivityFlag;
|
|
294
|
+
(function (AndroidLaunchActivityFlag) {
|
|
295
|
+
/**
|
|
296
|
+
* See [FLAG_ACTIVITY_NO_HISTORY](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_NO_HISTORY) on the official Android documentation for more information.
|
|
297
|
+
*/
|
|
298
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["NO_HISTORY"] = 0] = "NO_HISTORY";
|
|
299
|
+
/**
|
|
300
|
+
* See [FLAG_ACTIVITY_SINGLE_TOP](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_SINGLE_TOP) on the official Android documentation for more information.
|
|
301
|
+
*/
|
|
302
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["SINGLE_TOP"] = 1] = "SINGLE_TOP";
|
|
303
|
+
/**
|
|
304
|
+
* See [FLAG_ACTIVITY_NEW_TASK](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_NEW_TASK) on the official Android documentation for more information.
|
|
305
|
+
*/
|
|
306
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["NEW_TASK"] = 2] = "NEW_TASK";
|
|
307
|
+
/**
|
|
308
|
+
* See [FLAG_ACTIVITY_MULTIPLE_TASK](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_MULTIPLE_TASK) on the official Android documentation for more information.
|
|
309
|
+
*/
|
|
310
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["MULTIPLE_TASK"] = 3] = "MULTIPLE_TASK";
|
|
311
|
+
/**
|
|
312
|
+
* See [FLAG_ACTIVITY_CLEAR_TOP](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_CLEAR_TOP) on the official Android documentation for more information.
|
|
313
|
+
*/
|
|
314
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["CLEAR_TOP"] = 4] = "CLEAR_TOP";
|
|
315
|
+
/**
|
|
316
|
+
* See [FLAG_ACTIVITY_FORWARD_RESULT](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_FORWARD_RESULT) on the official Android documentation for more information.
|
|
317
|
+
*/
|
|
318
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["FORWARD_RESULT"] = 5] = "FORWARD_RESULT";
|
|
319
|
+
/**
|
|
320
|
+
* See [FLAG_ACTIVITY_PREVIOUS_IS_TOP](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_PREVIOUS_IS_TOP) on the official Android documentation for more information.
|
|
321
|
+
*/
|
|
322
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["PREVIOUS_IS_TOP"] = 6] = "PREVIOUS_IS_TOP";
|
|
323
|
+
/**
|
|
324
|
+
* See [FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS) on the official Android documentation for more information.
|
|
325
|
+
*/
|
|
326
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["EXCLUDE_FROM_RECENTS"] = 7] = "EXCLUDE_FROM_RECENTS";
|
|
327
|
+
/**
|
|
328
|
+
* See [FLAG_ACTIVITY_BROUGHT_TO_FRONT](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_BROUGHT_TO_FRONT) on the official Android documentation for more information.
|
|
329
|
+
*/
|
|
330
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["BROUGHT_TO_FRONT"] = 8] = "BROUGHT_TO_FRONT";
|
|
331
|
+
/**
|
|
332
|
+
* See [FLAG_ACTIVITY_RESET_TASK_IF_NEEDED](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) on the official Android documentation for more information.
|
|
333
|
+
*/
|
|
334
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["RESET_TASK_IF_NEEDED"] = 9] = "RESET_TASK_IF_NEEDED";
|
|
335
|
+
/**
|
|
336
|
+
* See [FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY) on the official Android documentation for more information.
|
|
337
|
+
*/
|
|
338
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["LAUNCHED_FROM_HISTORY"] = 10] = "LAUNCHED_FROM_HISTORY";
|
|
339
|
+
/**
|
|
340
|
+
* See [FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET) on the official Android documentation for more information.
|
|
341
|
+
*/
|
|
342
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["CLEAR_WHEN_TASK_RESET"] = 11] = "CLEAR_WHEN_TASK_RESET";
|
|
343
|
+
/**
|
|
344
|
+
* See [FLAG_ACTIVITY_NEW_DOCUMENT](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_NEW_DOCUMENT) on the official Android documentation for more information.
|
|
345
|
+
*/
|
|
346
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["NEW_DOCUMENT"] = 12] = "NEW_DOCUMENT";
|
|
347
|
+
/**
|
|
348
|
+
* See [FLAG_ACTIVITY_NO_USER_ACTION](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_NO_USER_ACTION) on the official Android documentation for more information.
|
|
349
|
+
*/
|
|
350
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["NO_USER_ACTION"] = 13] = "NO_USER_ACTION";
|
|
351
|
+
/**
|
|
352
|
+
* See [FLAG_ACTIVITY_REORDER_TO_FRONT](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_REORDER_TO_FRONT) on the official Android documentation for more information.
|
|
353
|
+
*/
|
|
354
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["REORDER_TO_FRONT"] = 14] = "REORDER_TO_FRONT";
|
|
355
|
+
/**
|
|
356
|
+
* See [FLAG_ACTIVITY_NO_ANIMATION](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_NO_ANIMATION) on the official Android documentation for more information.
|
|
357
|
+
*/
|
|
358
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["NO_ANIMATION"] = 15] = "NO_ANIMATION";
|
|
359
|
+
/**
|
|
360
|
+
* See [FLAG_ACTIVITY_CLEAR_TASK](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_CLEAR_TASK) on the official Android documentation for more information.
|
|
361
|
+
*/
|
|
362
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["CLEAR_TASK"] = 16] = "CLEAR_TASK";
|
|
363
|
+
/**
|
|
364
|
+
* See [FLAG_ACTIVITY_TASK_ON_HOME](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_TASK_ON_HOME) on the official Android documentation for more information.
|
|
365
|
+
*/
|
|
366
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["TASK_ON_HOME"] = 17] = "TASK_ON_HOME";
|
|
367
|
+
/**
|
|
368
|
+
* See [FLAG_ACTIVITY_RETAIN_IN_RECENTS](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_RETAIN_IN_RECENTS) on the official Android documentation for more information.
|
|
369
|
+
*/
|
|
370
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["RETAIN_IN_RECENTS"] = 18] = "RETAIN_IN_RECENTS";
|
|
371
|
+
/**
|
|
372
|
+
* See [FLAG_ACTIVITY_LAUNCH_ADJACENT](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_LAUNCH_ADJACENT) on the official Android documentation for more information.
|
|
373
|
+
*/
|
|
374
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["LAUNCH_ADJACENT"] = 19] = "LAUNCH_ADJACENT";
|
|
375
|
+
/**
|
|
376
|
+
* See [FLAG_ACTIVITY_MATCH_EXTERNAL](https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_MATCH_EXTERNAL) on the official Android documentation for more information.
|
|
377
|
+
*/
|
|
378
|
+
AndroidLaunchActivityFlag[AndroidLaunchActivityFlag["MATCH_EXTERNAL"] = 20] = "MATCH_EXTERNAL";
|
|
379
|
+
})(AndroidLaunchActivityFlag = exports.AndroidLaunchActivityFlag || (exports.AndroidLaunchActivityFlag = {}));
|
|
380
|
+
//# sourceMappingURL=NotificationAndroid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationAndroid.js","sourceRoot":"","sources":["../../src/types/NotificationAndroid.ts"],"names":[],"mappings":"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"}
|