cordova-plugin-customaction

Invoke custom action on native code from JS


Keywords
cordova, custom, action, ecosystem:cordova, cordova-ios
License
MIT
Install
npm install cordova-plugin-customaction@1.0.0

Documentation

title description
CustomAction
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