package cordova-plugin-file-opener

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type error = private Ojs.t
val error_status : error -> int
val error_message : error -> string
type result = private Ojs.t
val result_status : result -> int
type callback_installed = private Ojs.t
val create_callback_installed : ?success:(result -> unit) -> ?error:(unit -> unit) -> unit -> callback_installed
type callback = private Ojs.t
val create_callback : ?error:(error -> unit) -> ?success:(unit -> unit) -> unit -> callback
val open_file : string -> string -> ?cb:callback -> unit -> unit
val uninstall : string -> ?cb:callback -> unit -> unit
val app_is_installed : string -> ?cb:callback_installed -> unit -> unit