LocalNotificationsPlugin

cancel

cancel(pending: LocalNotificationPendingList): Promise<void>
pending LocalNotificationPendingList
Returns: Promise<void>

getPending

getPending(): Promise<LocalNotificationPendingList>
Returns: Promise<LocalNotificationPendingList>

registerActionTypes

registerActionTypes(options: any): Promise<void>
options undefined
Returns: Promise<void>

schedule

schedule(options: any): Promise<LocalNotificationScheduleResult>
options undefined
Returns: Promise<LocalNotificationScheduleResult>

addListener

addListener(eventName: "localNotificationReceived", listenerFunc: any): PluginListenerHandle
eventName localNotificationReceived
listenerFunc undefined
Returns: PluginListenerHandle

addListener

addListener(eventName: "localNotificationActionPerformed", listenerFunc: any): PluginListenerHandle
eventName localNotificationActionPerformed
listenerFunc undefined
Returns: PluginListenerHandle
interface LocalNotificationPendingList {
notifications : undefined
}
interface LocalNotificationScheduleResult {
notifications : undefined
}