package cordova

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Device_ready
  2. | Pause
  3. | Resume
  4. | Back_button
  5. | Menu_button
  6. | Search_button
  7. | Start_call_button
  8. | End_call_button
  9. | Vol_up_button
  10. | Vol_down_button
val add_event_listener : t -> (unit -> unit) -> bool -> unit
val device_ready : (unit -> unit) -> unit