SYMBOL INDEX (153 symbols across 24 files) FILE: demo-ng/src/app/app-routing.module.ts class AppRoutingModule (line 16) | class AppRoutingModule { FILE: demo-ng/src/app/app.component.ts class AppComponent (line 8) | class AppComponent { } FILE: demo-ng/src/app/app.module.ts class AppModule (line 32) | class AppModule { FILE: demo-ng/src/app/item/items.component.ts class ItemsComponent (line 9) | class ItemsComponent { method constructor (line 11) | constructor() { method schedule (line 17) | schedule(): void { FILE: demo/app/main-page.ts function navigatingTo (line 5) | function navigatingTo(args: EventData) { FILE: demo/app/main-view-model.ts class HelloWorldModel (line 7) | class HelloWorldModel extends Observable { method constructor (line 11) | constructor() { method doCheckHasPermission (line 19) | public doCheckHasPermission(): void { method doRequestPermission (line 30) | public doRequestPermission(): void { method doScheduleWithButtons (line 41) | public doScheduleWithButtons(): void { method doScheduleNoSound (line 87) | public doScheduleNoSound(): void { method doScheduleAndSetBadgeNumber (line 112) | public doScheduleAndSetBadgeNumber(): void { method doScheduleId4GroupedWithCustomIcon (line 134) | public doScheduleId4GroupedWithCustomIcon(): void { method doScheduleId5WithInput (line 156) | public doScheduleId5WithInput(): void { method doScheduleEveryMinute (line 188) | public doScheduleEveryMinute(): void { method doScheduleMultiple (line 210) | public doScheduleMultiple(): void { method doGetScheduledIds (line 247) | public doGetScheduledIds(): void { method doCancelAll (line 259) | public doCancelAll(): void { method doCancelId6 (line 270) | public doCancelId6(): void { FILE: native-src/android/app/src/main/java/com/telerik/localnotifications/Action.java class Action (line 19) | public final class Action { method Action (line 37) | Action(Context context, JSONObject options) { method getId (line 45) | public String getId() { method getTitle (line 52) | public String getTitle() { method getIcon (line 59) | public int getIcon() { method isLaunchingApp (line 78) | public boolean isLaunchingApp() { method isWithInput (line 85) | public boolean isWithInput() { method getInput (line 93) | public RemoteInput getInput() { method getChoices (line 104) | private String[] getChoices() { FILE: native-src/android/app/src/main/java/com/telerik/localnotifications/ActionGroup.java class ActionGroup (line 17) | public final class ActionGroup { method lookup (line 34) | public static ActionGroup lookup(String id) { method register (line 43) | public static void register(ActionGroup group) { method unregister (line 52) | public static void unregister(String id) { method isRegistered (line 61) | public static boolean isRegistered(String id) { method parse (line 71) | public static ActionGroup parse(Context context, JSONArray list) { method parse (line 82) | public static ActionGroup parse(Context context, String id, JSONArray ... method ActionGroup (line 111) | private ActionGroup(String id, Action[] actions) { method getId (line 119) | public String getId() { method getActions (line 126) | public Action[] getActions() { FILE: native-src/android/app/src/main/java/com/telerik/localnotifications/Builder.java class Builder (line 23) | public final class Builder { method build (line 36) | static Notification build(JSONObject options, Context context, int not... method build (line 41) | static Notification build(JSONObject options, Context context, int not... method applyNotificationLed (line 98) | private static void applyNotificationLed(JSONObject options, Notificat... method applyStyle (line 104) | private static void applyStyle(JSONObject options, NotificationCompat.... method applyImage (line 114) | private static void applyImage(JSONObject options, NotificationCompat.... method applyBigTextStyle (line 134) | private static void applyBigTextStyle(JSONObject options, Notification... method applyGroup (line 144) | private static void applyGroup(JSONObject options, NotificationCompat.... method applyTapReceiver (line 180) | private static void applyTapReceiver(JSONObject options, NotificationC... method applyClearReceiver (line 199) | private static void applyClearReceiver(NotificationCompat.Builder buil... method applyActions (line 211) | private static void applyActions(JSONObject options, NotificationCompa... method getActions (line 236) | private static Action[] getActions(JSONObject options, Context context) { method getPendingIntentForAction (line 257) | private static PendingIntent getPendingIntentForAction(JSONObject opti... method getBitmap (line 271) | private static @Nullable Bitmap getBitmap(Context context, String src) { method shouldEnableNotificationLed (line 287) | private static boolean shouldEnableNotificationLed(JSONObject options) { method getLedColor (line 291) | private static int getLedColor(JSONObject options) { FILE: native-src/android/app/src/main/java/com/telerik/localnotifications/DownloadFileFromUrl.java class DownloadFileFromUrl (line 13) | class DownloadFileFromUrl extends AsyncTask { method DownloadFileFromUrl (line 19) | DownloadFileFromUrl(final String imageUrl) { method doInBackground (line 25) | @Override FILE: native-src/android/app/src/main/java/com/telerik/localnotifications/LifecycleCallbacks.java class LifecycleCallbacks (line 11) | public class LifecycleCallbacks implements Application.ActivityLifecycle... method registerCallbacks (line 19) | public static void registerCallbacks(Application app) { method onActivityPaused (line 33) | public void onActivityPaused(Activity activity) { method onActivityResumed (line 40) | public void onActivityResumed(Activity activity) { method onActivityCreated (line 47) | public void onActivityCreated(Activity activity, Bundle bundle) { method onActivityDestroyed (line 50) | public void onActivityDestroyed(Activity activity) { method onActivitySaveInstanceState (line 53) | public void onActivitySaveInstanceState(Activity activity, Bundle outS... method onActivityStarted (line 56) | public void onActivityStarted(Activity activity) { method onActivityStopped (line 59) | public void onActivityStopped(Activity activity) { FILE: native-src/android/app/src/main/java/com/telerik/localnotifications/LocalNotificationsPlugin.java class LocalNotificationsPlugin (line 8) | public class LocalNotificationsPlugin { method setOnMessageReceivedCallback (line 21) | public static void setOnMessageReceivedCallback(LocalNotificationsPlug... method executeOnMessageReceivedCallback (line 36) | public static void executeOnMessageReceivedCallback(JSONObject data) { method setOnMessageClickedCallback (line 51) | public static void setOnMessageClickedCallback(LocalNotificationsPlugi... method executeOnMessageClickedCallback (line 59) | public static void executeOnMessageClickedCallback(JSONObject data) { method setOnMessageClearedCallback (line 71) | public static void setOnMessageClearedCallback(LocalNotificationsPlugi... method executeOnMessageClearedCallback (line 81) | public static void executeOnMessageClearedCallback(JSONObject data) { method scheduleNotification (line 87) | public static void scheduleNotification(JSONObject options, Context co... FILE: native-src/android/app/src/main/java/com/telerik/localnotifications/LocalNotificationsPluginListener.java type LocalNotificationsPluginListener (line 6) | public interface LocalNotificationsPluginListener { method success (line 13) | void success(Object data); method error (line 22) | void error(Object data); FILE: native-src/android/app/src/main/java/com/telerik/localnotifications/NotificationActionReceiver.java class NotificationActionReceiver (line 23) | public class NotificationActionReceiver extends IntentService { method NotificationActionReceiver (line 29) | public NotificationActionReceiver() { method onHandleIntent (line 33) | @Override method onClick (line 58) | private void onClick(String action, Bundle bundle) throws JSONException { method setTextInput (line 98) | private boolean setTextInput(String action, JSONObject data) throws JS... method forceMainActivityReload (line 107) | private void forceMainActivityReload() { FILE: native-src/android/app/src/main/java/com/telerik/localnotifications/NotificationAlarmReceiver.java class NotificationAlarmReceiver (line 11) | public class NotificationAlarmReceiver extends BroadcastReceiver { method onReceive (line 15) | public void onReceive(Context context, Intent intent) { FILE: native-src/android/app/src/main/java/com/telerik/localnotifications/NotificationClearedReceiver.java class NotificationClearedReceiver (line 11) | public class NotificationClearedReceiver extends BroadcastReceiver { method onReceive (line 20) | @Override FILE: native-src/android/app/src/main/java/com/telerik/localnotifications/NotificationRestoreReceiver.java class NotificationRestoreReceiver (line 21) | public class NotificationRestoreReceiver extends BroadcastReceiver { method onReceive (line 25) | @Override method scheduleNotification (line 44) | static void scheduleNotification(JSONObject options, Context context) { FILE: native-src/android/app/src/main/java/com/telerik/localnotifications/Store.java class Store (line 12) | public final class Store { method get (line 17) | public static @Nullable JSONObject get(Context context, int id) { method get (line 21) | public static @Nullable JSONObject get(Context context, int id, boolea... method getAll (line 33) | public static Map getAll(Context context) { method getKeys (line 37) | public static String[] getKeys(Context context) { method save (line 41) | public static void save(Context context, JSONObject opts) { method save (line 45) | public static void save(Context context, int id, String opts) { method save (line 53) | public static void save(Context context, int id, JSONObject opts) { method remove (line 57) | public static void remove(Context context, int id) { FILE: native-src/ios/LocalNotificationsPlugin/Notification.h function interface (line 4) | interface Notification : NSObject FILE: src/local-notifications-common.ts type ScheduleInterval (line 3) | type ScheduleInterval = "second" | "minute" | "hour" | "day" | "week" | ... type NotificationAction (line 5) | interface NotificationAction { type ScheduleOptions (line 32) | interface ScheduleOptions { type ReceivedNotification (line 189) | interface ReceivedNotification { type LocalNotificationsApi (line 198) | interface LocalNotificationsApi { method merge (line 270) | protected static merge(obj1: {}, obj2: {}): any { method generateUUID (line 288) | protected static generateUUID(): string { method generateNotificationID (line 294) | protected static generateNotificationID(): number { method ensureID (line 298) | protected static ensureID(opts: ScheduleOptions): number { FILE: src/local-notifications.android.ts function useAndroidX (line 15) | function useAndroidX () { class LocalNotificationsImpl (line 32) | class LocalNotificationsImpl extends LocalNotificationsCommon implements... method getInterval (line 36) | private static getInterval(interval: ScheduleInterval): number { method getIcon (line 56) | private static getIcon(context: any /* android.content.Context */, res... method cancelById (line 66) | private static cancelById(id: number): void { method hasPermission (line 78) | hasPermission(): Promise { method requestPermission (line 89) | requestPermission(): Promise { method addOnMessageReceivedCallback (line 101) | addOnMessageReceivedCallback(onReceived: (data: ReceivedNotification) ... method addOnMessageClearedCallback (line 120) | addOnMessageClearedCallback(onReceived: (data: ReceivedNotification) =... method cancel (line 139) | cancel(id: number): Promise { method cancelAll (line 151) | cancelAll(): Promise { method getScheduledIds (line 178) | getScheduledIds(): Promise { method schedule (line 196) | schedule(scheduleOptions: ScheduleOptions[]): Promise> { method hasPermission (line 250) | private static hasPermission(): boolean { FILE: src/local-notifications.ios.ts class LocalNotificationsImpl (line 8) | class LocalNotificationsImpl extends LocalNotificationsCommon implements... method constructor (line 18) | constructor() { method isUNUserNotificationCenterAvailable (line 36) | static isUNUserNotificationCenterAvailable(): boolean { method hasPermission (line 45) | private static hasPermission(): boolean { method getImageName (line 51) | private static getImageName(imageURL: string = "", extension: "png" | ... method addObserver (line 56) | private static addObserver(eventName, callback): any { method getInterval (line 60) | private static getInterval(interval: ScheduleInterval): NSCalendarUnit { method getIntervalSeconds (line 78) | private static getIntervalSeconds(interval: ScheduleInterval, ticks: n... method schedulePendingNotifications (line 102) | private static schedulePendingNotifications(pending: ScheduleOptions[]... method schedulePendingNotificationsNew (line 110) | private static schedulePendingNotificationsNew(pending: ScheduleOption... method calendarWithMondayAsFirstDay (line 235) | private static calendarWithMondayAsFirstDay(): NSCalendar { method schedulePendingNotificationsLegacy (line 242) | private static schedulePendingNotificationsLegacy(pending: ScheduleOpt... method addOrProcessNotification (line 290) | addOrProcessNotification(notificationDetails: ReceivedNotification): v... method hasPermission (line 298) | hasPermission(): Promise { method requestPermission (line 309) | requestPermission(): Promise { method addOnMessageReceivedCallback (line 334) | addOnMessageReceivedCallback(onReceived: (data: ReceivedNotification) ... method addOnMessageClearedCallback (line 351) | addOnMessageClearedCallback(onReceived: (data: ReceivedNotification) =... method cancel (line 361) | cancel(id: number): Promise { method cancelAll (line 387) | cancelAll(): Promise { method getScheduledIds (line 404) | getScheduledIds(): Promise { method schedule (line 434) | schedule(options: ScheduleOptions[]): Promise> { class LocalNotificationsDelegateObserverImpl (line 456) | class LocalNotificationsDelegateObserverImpl implements DelegateObserver { method constructor (line 463) | constructor(owner: WeakRef) { method userNotificationCenterDidReceiveNotificationResponseWithCompletionHandler (line 470) | userNotificationCenterDidReceiveNotificationResponseWithCompletionHand... method userNotificationCenterWillPresentNotificationWithCompletionHandler (line 514) | userNotificationCenterWillPresentNotificationWithCompletionHandler(cen... FILE: src/platforms/ios/LocalNotificationsPlugin.framework/Headers/Notification.h function interface (line 4) | interface Notification : NSObject FILE: src/platforms/ios/typings/objc!LocalNotificationsPlugin.d.ts class Notification (line 7) | class Notification extends NSObject implements UIApplicationDelegate { class NotificationManager (line 164) | class NotificationManager extends NSObject {