Uses of Class
io.sendon.sms.response.SendSms
Packages that use SendSms
-
Uses of SendSms in io.sendon.sms
Methods in io.sendon.sms that return SendSmsModifier and TypeMethodDescriptionSendonSms.sendLms(LmsBuilder builder) Sends an LMS message using a builder.SendonSms.sendLms(String from, List<? extends Object> to, String title, String message, boolean isAd, Reservation reservation) Sends an LMS message.SendonSms.sendMms(MmsBuilder builder) Sends an MMS message using a builder.SendonSms.sendMms(String from, List<? extends Object> to, String title, String message, boolean isAd, Reservation reservation, List<String> images) Sends an MMS message.SendonSms.sendSms(SmsBuilder builder) Sends an SMS message using a builder.SendonSms.sendSms(String from, List<? extends Object> to, String message, boolean isAd, Reservation reservation) Sends an SMS message.