capacitor-plugin-launch-email
v7.0.0
Published
The Email Launcher allows to open the default email app on Android
Maintainers
Readme
capacitor-plugin-launch-email
The Email Launcher allows to open the default email app on Android.
Install
npm install capacitor-plugin-launch-email
npx cap syncExample
import { LaunchEmail } from 'capacitor-plugin-launch-email';
const openEmailApp = async () => {
await LaunchEmail.launch();
};API
launch()
launch() => Promise<LaunchResult>Open the email app that user has configured as default.
Returns: Promise<LaunchResult>
Since: 7.0.0
Interfaces
LaunchResult
| Prop | Type |
| --------------- | -------------------- |
| completed | boolean |
