Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cordova-plugin-customaction

Invoke custom action on native code from JS

cordova, custom, action, ecosystem:cordova, cordova-ios

readme


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