Page MenuHomePhorge

D6823.1768361908.diff
No OneTemporary

Size
839 B
Referenced Files
None
Subscribers
None

D6823.1768361908.diff

diff --git a/native/push/android.js b/native/push/android.js
--- a/native/push/android.js
+++ b/native/push/android.js
@@ -18,7 +18,7 @@
+removeAllDeliveredNotifications: () => void,
+hasPermission: () => Promise<boolean>,
+getToken: () => Promise<string>,
- ...
+ +NOTIFICATIONS_IMPORTANCE_HIGH: string,
};
export type AndroidForegroundMessage = {
+body: string,
diff --git a/native/push/ios.js b/native/push/ios.js
--- a/native/push/ios.js
+++ b/native/push/ios.js
@@ -26,7 +26,9 @@
// required since CommIOSNotifications subclasses RCTEventEmitter
+addListener: (eventName: string) => void,
+removeListeners: (count: number) => void,
- ...
+ +FETCH_RESULT_NO_DATA: string,
+ +FETCH_RESULT_NO_DATA: string,
+ +FETCH_RESULT_FAILED: string,
};
const CommIOSNotifications: CommIOSNotificationsModuleType =

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 14, 3:38 AM (3 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5930187
Default Alt Text
D6823.1768361908.diff (839 B)

Event Timeline