refactor(socialsharing):
This commit is contained in:
parent
45cf787625
commit
c98f0fb125
@ -1,4 +1,5 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
import { Cordova, Plugin } from './plugin';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Social Sharing
|
* @name Social Sharing
|
||||||
@ -20,7 +21,6 @@ import {Plugin, Cordova} from './plugin';
|
|||||||
})
|
})
|
||||||
export class SocialSharing {
|
export class SocialSharing {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Shares using the share sheet
|
* Shares using the share sheet
|
||||||
* @param message {string} The message you would like to share.
|
* @param message {string} The message you would like to share.
|
||||||
@ -141,5 +141,4 @@ export class SocialSharing {
|
|||||||
})
|
})
|
||||||
static shareViaEmail(message: string, subject: string, to: Array<string>, cc: Array<string>, bcc: Array<string>, files: string | Array<string>): Promise<any> { return; }
|
static shareViaEmail(message: string, subject: string, to: Array<string>, cc: Array<string>, bcc: Array<string>, files: string | Array<string>): Promise<any> { return; }
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user