object
Kind: global namespace
object
List of all registered mail app aliases.
Kind: instance property of cordova.plugins.email
Object
List of all available options with their default value.
Kind: instance method of cordova.plugins.email
Verifies if sending emails is supported on the device.
Kind: instance method of cordova.plugins.email
Param | Type | Description |
---|---|---|
callback | function |
A callback function to be called with the result |
scope | Object |
The scope of the callback |
Displays the email composer pre-filled with data.
Kind: instance method of cordova.plugins.email
Param | Type | Description |
---|---|---|
options | Object |
Different properties of the email like the body, subject |
callback | function |
A callback function to be called with the result |
scope | Object |
The scope of the callback |
Adds a new mail app alias.
Kind: instance method of cordova.plugins.email
Param | Type | Description |
---|---|---|
alias | String |
The alias name |
packageName | String |
The package name |
Kind: instance method of cordova.plugins.email
Depreacted:
Alias für open()
.
Kind: instance method of cordova.plugins.email