public interface SendSMSService
| Modifier and Type | Method and Description |
|---|---|
boolean |
sendLink(java.lang.String countryIsoCode,
java.lang.String phoneNumber,
java.lang.String subject,
java.lang.String url)
Send link.
|
boolean |
sendSms(java.lang.String countryIsoCode,
java.lang.String phoneNumber,
java.lang.String text)
Send sms.
|
boolean sendSms(java.lang.String countryIsoCode,
java.lang.String phoneNumber,
java.lang.String text)
countryIsoCode - the country iso codephoneNumber - the phone numbertext - the textboolean sendLink(java.lang.String countryIsoCode,
java.lang.String phoneNumber,
java.lang.String subject,
java.lang.String url)
countryIsoCode - the country iso codephoneNumber - the phone numbersubject - the subjecturl - the urlCopyright © 2018 SAP SE. All Rights Reserved.