package cordova-plugin-progress

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val show_cb : ?succ_cb:(unit -> unit) -> ?err_cb:(unit -> unit) -> ?text:string -> unit -> unit
val update : ?succ_cb:(unit -> unit) -> ?err_cb:(unit -> unit) -> ?text:string -> unit -> unit
val hide : ?succ_cb:(unit -> unit) -> ?err_cb:(unit -> unit) -> unit -> unit