No Description

PLUGIN_USAGE.MD 2.9KB

cordova.plugins.email : object

Kind: global namespace

cordova.plugins.email.aliases

List of all registered mail app aliases.

Kind: instance property of cordova.plugins.email

cordova.plugins.email.getDefaults() ⇒ Object

List of all available options with their default value.

Kind: instance method of cordova.plugins.email

cordova.plugins.email.isAvailable(callback, scope)

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

cordova.plugins.email.open(options, callback, scope)

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

cordova.plugins.email.addAlias(alias, packageName)

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

cordova.plugins.email.isServiceAvailable()

Kind: instance method of cordova.plugins.email
Depreacted:

cordova.plugins.email.openDraft()

Alias für open().

Kind: instance method of cordova.plugins.email