1.0.0 • Published 4 years ago

cordova-plugin-customaction v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

title: CustomAction

description: Invoke custom action on native code from JS

cordova-plugin-customaction

Invoke custom action on native code from JS.

Installation

cordova plugin add cordova-plugin-customaction --save

Supported Platforms

  • iOS

Methods

CustomAction.perform(string firstParameter)

window.CustomAction.perform('some.random.param');

License

This project is licensed under the MIT License - see the LICENSE file for details