Page MenuHomePhabricator

D6823.diff
No OneTemporary

D6823.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
Thu, Dec 19, 11:08 PM (20 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2679145
Default Alt Text
D6823.diff (839 B)

Event Timeline