mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
parent
b2d29dbde5
commit
114a74d3ba
@ -58,7 +58,10 @@ export class SMS {
|
|||||||
* @param options {SmsOptions} Options
|
* @param options {SmsOptions} Options
|
||||||
* @returns {Promise<any>} Resolves promise when the SMS has been sent
|
* @returns {Promise<any>} Resolves promise when the SMS has been sent
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova({
|
||||||
|
successIndex: 3,
|
||||||
|
errorIndex: 4
|
||||||
|
})
|
||||||
static send(
|
static send(
|
||||||
phoneNumber: string | string[],
|
phoneNumber: string | string[],
|
||||||
message: string,
|
message: string,
|
||||||
|
Loading…
Reference in New Issue
Block a user