package cordova-plugin-local-notifications

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type event =
  1. | Click
  2. | Trigger
  3. | Schedule
  4. | Update
  5. | Clear
  6. | ClearAll
  7. | Cancel
  8. | CancelAll
module ScheduleOptions : sig ... end
val schedule : ScheduleOptions.t -> unit
val schedule_list : ScheduleOptions.t list -> unit
val on : event -> (ScheduleOptions.t -> unit) -> unit
val update : ScheduleOptions.t -> unit
val update_list : ScheduleOptions.t list -> unit
val clear : int -> (unit -> unit) -> unit
val clear_list : int list -> (unit -> unit) -> unit
val cancel : int -> (unit -> unit) -> unit