package cordova-plugin-sms

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type android_intent =
  1. | No_open
  2. | Intent
type android_options = private Ojs.t
val create_android_options : ?intent:android_intent -> unit -> android_options
type options = private Ojs.t
val create_options : ?replace_line_breaks:bool -> ?android:android_options option -> unit -> options
val send : num:string -> msg:string -> ?opt:options -> ?succ_cb:(unit -> unit) -> ?err_cb:(string -> unit) -> unit -> unit