Awesome
ocaml-cordova-plugin-email-composer
Binding to cordova-plugin-email-composer
What does cordova-plugin-email-composer do ?
The plugin provides access to the standard interface that manages the editing and sending an email message.
Source: cordova-plugin-email-composer
How to install and compile your project by using this plugin ?
Don't forget to switch to a compiler >= 4.03.0.
opam switch 4.03.0
- If you added ocaml-cordova-plugin-list as opam package provider, you can use
opam install cordova-plugin-email-composer
- Else, you can use opam by pinning the repository with
opam pin add cordova-plugin-email-composer https://github.com/dannywillems/ocaml-cordova-plugin-email-composer.git
To compile your project, use
ocamlfind ocamlc -c -o [output_file] -package gen_js_api -package cordova-plugin-email-composer [...] -linkpkg [other arguments]
Don't forget to install cordova-plugin-email-composer with
cordova plugin add cordova-plugin-email-composer
How to use ?
- See the official documentation