Defines an Uninstaller action component.

This component helps uninstalling an application on your device.
Supported platform(s):
• Android

You can access data from the next action in the chain in (TS) mode with:
• out: A boolean thats indicates if the action succeed


Whenever cordova platform is not available, the value defined in mocking options is returned.
Default mocked value is true.
It uses the native Cordova plugin which allows you to uninstall any application giving its package ID.
For more information : File Opener.

Name Description
mocked response The mocked response for the Uninstaller action in case of running not supported platform. Must be a boolean.
packageID The package id.
Comment Describes the object comment to include in the documentation report. This property generally contains an explanation about the object.
Is active Defines whether the component is active.