# share

## Description

Share the information from an app to an external application.

## Input / Parameter

| Name            | Description                     | Input Type  | Default | Options | Required |
| --------------- | ------------------------------- | ----------- | ------- | ------- | -------- |
| subject         | The subject of the information. | String/Text | -       | -       | No       |
| message         | The message to be shared.       | String/Text | -       | -       | No       |
| url             | The url to be shared.           | String/Text | -       | -       | Yes      |
| files           | Array of files.                 | Array/List  | -       | -       | Yes      |
| chooserTitle    | Choose the title of the dialog. | String/Text | -       | -       | Yes      |
| appPackageName  | The name of the package.        | String/Text | -       | -       | Yes      |
| iPadCoordinates | The coordinates of iPad popup.  | String/Text | -       | -       | Yes      |

## Output

N/A

## Callback

### callback

The function to be executed when information is successfully shared.

### errorCallback

The function to be executed when information is not shared successfully.

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
