Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.cards.CardWidth
-
Packages that use CardWidth Package Description com.google.api.services.rcsbusinessmessaging.v1 com.google.api.services.rcsbusinessmessaging.v1.model.cards -
-
Uses of CardWidth in com.google.api.services.rcsbusinessmessaging.v1
Methods in com.google.api.services.rcsbusinessmessaging.v1 with parameters of type CardWidth Modifier and Type Method Description voidRbmApiHelper. sendCarouselCards(java.util.List<CardContent> cardContents, CardWidth cardWidth, java.lang.String msisdn)Generic method to execute the sending of a carousel rich card to a client. -
Uses of CardWidth in com.google.api.services.rcsbusinessmessaging.v1.model.cards
Methods in com.google.api.services.rcsbusinessmessaging.v1.model.cards that return CardWidth Modifier and Type Method Description static CardWidthCardWidth. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CardWidth[]CardWidth. values()Returns an array containing the constants of this enum type, in the order they are declared.
-