Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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