Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| text | String | No | Title text to share |
| imageData | String | No | Image in base64 format — must include data:image/png;base64, or data:image/jpeg;base64, prefix |
| url | String | No | URL to share |
| success | Function | No | Callback on success |
| fail | Function | No | Callback on failure |
Success Callback
| Property | Type | Description |
|---|---|---|
| success | Boolean | true if sharing succeeded, false if it failed |