Uses of Class
io.sendon.rcs.request.RcsBuilder
Packages that use RcsBuilder
-
Uses of RcsBuilder in io.sendon.rcs
Methods in io.sendon.rcs with parameters of type RcsBuilderModifier and TypeMethodDescriptionSendonRcs.send(RcsBuilder builder) Sends an RCS message using a builder. -
Uses of RcsBuilder in io.sendon.rcs.request
Methods in io.sendon.rcs.request that return RcsBuilderModifier and TypeMethodDescriptionRcsBuilder.setFallback(Fallback fallback) Sets the fallback message configuration.Sets the sender's phone number.RcsBuilder.setRbcConfig(RbcConfig rbcConfig) Sets the RCS business configuration.Sets the list of recipient phone numbers.RcsBuilder.setType(SendonRcs.MessageType type) Sets the RCS message type.RcsBuilder.setUseCredit(Boolean useCredit) Sets whether to use credit for sending.RcsBuilder.setUseFallback(Boolean useFallback) Sets whether to use fallback SMS when RCS fails.