Defines a Check Install action component.

This component helps verifying for application installation on your device.
Supported platform(s):
• Android
• iOS
• Windows

You can access data from the next action in the chain in (TS) mode with:
• out: A boolean indicating if the application is installed


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

Name Description
mocked response The mocked response for the check install 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.