SYMBOL INDEX (48 symbols across 7 files) FILE: android/app/src/main/java/com/pushnotificationios/MainActivity.java class MainActivity (line 5) | public class MainActivity extends ReactActivity { method getMainComponentName (line 11) | @Override FILE: android/app/src/main/java/com/pushnotificationios/MainApplication.java class MainApplication (line 14) | public class MainApplication extends Application implements ReactApplica... method getUseDeveloperSupport (line 17) | @Override method getPackages (line 22) | @Override method getJSMainModuleName (line 29) | @Override method getReactNativeHost (line 35) | @Override method onCreate (line 40) | @Override FILE: example/android/app/src/debug/java/com/example/ReactNativeFlipper.java class ReactNativeFlipper (line 27) | public class ReactNativeFlipper { method initializeFlipper (line 28) | public static void initializeFlipper(Context context, ReactInstanceMan... FILE: example/android/app/src/main/java/com/example/MainActivity.java class MainActivity (line 5) | public class MainActivity extends ReactActivity { method getMainComponentName (line 11) | @Override FILE: example/android/app/src/main/java/com/example/MainApplication.java class MainApplication (line 14) | public class MainApplication extends Application implements ReactApplica... method getUseDeveloperSupport (line 18) | @Override method getPackages (line 23) | @Override method getJSMainModuleName (line 32) | @Override method getReactNativeHost (line 38) | @Override method onCreate (line 43) | @Override method initializeFlipper (line 57) | private static void initializeFlipper( FILE: index.d.ts type FetchResult (line 5) | interface FetchResult { type AuthorizationStatus (line 11) | interface AuthorizationStatus { type NotificationAlert (line 21) | type NotificationAlert = { type NotificationCategory (line 30) | type NotificationCategory = { type NotificationAction (line 38) | type NotificationAction = { type PushNotification (line 74) | interface PushNotification { type NotificationRequest (line 137) | type NotificationRequest = { type PresentLocalNotificationDetails (line 226) | interface PresentLocalNotificationDetails { type ScheduleLocalNotificationDetails (line 267) | interface ScheduleLocalNotificationDetails { type DeliveredNotification (line 313) | type DeliveredNotification = { type PushNotificationPermissions (line 325) | interface PushNotificationPermissions { type PushNotificationEventName (line 335) | type PushNotificationEventName = type PushNotificationIOSStatic (line 344) | interface PushNotificationIOSStatic { FILE: js/index.js constant DEVICE_NOTIF_EVENT (line 27) | const DEVICE_NOTIF_EVENT = 'remoteNotificationReceived'; constant NOTIF_REGISTER_EVENT (line 28) | const NOTIF_REGISTER_EVENT = 'remoteNotificationsRegistered'; constant NOTIF_REGISTRATION_ERROR_EVENT (line 29) | const NOTIF_REGISTRATION_ERROR_EVENT = 'remoteNotificationRegistrationEr... constant DEVICE_LOCAL_NOTIF_EVENT (line 30) | const DEVICE_LOCAL_NOTIF_EVENT = 'localNotificationReceived'; method presentLocalNotification (line 128) | static presentLocalNotification(details: Object) { method scheduleLocalNotification (line 136) | static scheduleLocalNotification(details: Object) { method addNotificationRequest (line 144) | static addNotificationRequest(request: NotificationRequest) { method setNotificationCategories (line 161) | static setNotificationCategories(categories: NotificationCategory[]) { method cancelAllLocalNotifications (line 170) | static cancelAllLocalNotifications() { method removeAllPendingNotificationRequests (line 181) | static removeAllPendingNotificationRequests() { method removePendingNotificationRequests (line 192) | static removePendingNotificationRequests(identifiers: string[]) { method removeAllDeliveredNotifications (line 205) | static removeAllDeliveredNotifications(): void { method if (line 519) | if ( method if (line 542) | if (typeof this._alert === 'object') { method if (line 580) | if (typeof this._alert === 'object') { method if (line 591) | if (typeof this._alert === 'object') {