Uses of Class
io.sendon.sms.request.MmsBuilder
Packages that use MmsBuilder
-
Uses of MmsBuilder in io.sendon.sms
Methods in io.sendon.sms with parameters of type MmsBuilderModifier and TypeMethodDescriptionSendonSms.sendMms(MmsBuilder builder) Sends an MMS message using a builder. -
Uses of MmsBuilder in io.sendon.sms.request
Methods in io.sendon.sms.request that return MmsBuilderModifier and TypeMethodDescriptionSets the sender's phone number.Sets the list of image URLs to include in the MMS.MmsBuilder.setIsAd(boolean isAd) Sets whether the message is an advertisement.MmsBuilder.setMessage(String message) Sets the message content.MmsBuilder.setReservation(Reservation reservation) Sets the reservation details for scheduling.Sets the title of the message.Sets the list of recipients.