Gets the operating system name.
Gets Cordova framework version
Defines custom logic as a Cordova module. Other modules can later access it using module name provided.
Invokes native functionality by specifying corresponding service name, action and optional parameters.
A success callback function.
An error callback function.
The service name to call on the native side (corresponds to a native class).
The action name to call on the native side (generally corresponds to the native class method).
An array of arguments to pass into the native environment.
Access a Cordova module by name.
any