mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 09:01:07 +08:00
refactor(email):
This commit is contained in:
parent
bc3f10cbc1
commit
dcd7ad430f
@ -1,5 +1,8 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
import { Cordova, Plugin } from './plugin';
|
||||||
|
|
||||||
|
|
||||||
declare var cordova: any;
|
declare var cordova: any;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Email Composer
|
* @name Email Composer
|
||||||
* @description
|
* @description
|
||||||
@ -83,6 +86,7 @@ export class EmailComposer {
|
|||||||
static open(email: Email, scope?: any): Promise<any> { return; }
|
static open(email: Email, scope?: any): Promise<any> { return; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Email {
|
export interface Email {
|
||||||
app?: string;
|
app?: string;
|
||||||
to?: string | Array<string>;
|
to?: string | Array<string>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user