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