Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.StandaloneCard
-
Packages that use StandaloneCard Package Description com.google.api.services.rcsbusinessmessaging.v1 com.google.api.services.rcsbusinessmessaging.v1.model -
-
Uses of StandaloneCard in com.google.api.services.rcsbusinessmessaging.v1
Methods in com.google.api.services.rcsbusinessmessaging.v1 that return StandaloneCard Modifier and Type Method Description StandaloneCardRbmApiHelper. createStandaloneCard(java.lang.String title, java.lang.String description, java.lang.String imageUrl, MediaHeight height, CardOrientation orientation, java.util.List<Suggestion> suggestions)Creates a standalone card object based on the passed in parameters.Methods in com.google.api.services.rcsbusinessmessaging.v1 with parameters of type StandaloneCard Modifier and Type Method Description voidRbmApiHelper. sendStandaloneCard(StandaloneCard standaloneCard, java.lang.String msisdn)Generic method to execute the sending a standalone card to a client. -
Uses of StandaloneCard in com.google.api.services.rcsbusinessmessaging.v1.model
Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return StandaloneCard Modifier and Type Method Description StandaloneCardStandaloneCard. clone()StandaloneCardRichCard. getStandaloneCard()Standalone card.StandaloneCardStandaloneCard. set(java.lang.String fieldName, java.lang.Object value)StandaloneCardStandaloneCard. setCardContent(CardContent cardContent)Card content.StandaloneCardStandaloneCard. setCardOrientation(java.lang.String cardOrientation)Orientation of the card.StandaloneCardStandaloneCard. setThumbnailImageAlignment(java.lang.String thumbnailImageAlignment)Image preview alignment for standalone cards with horizontal layout.Methods in com.google.api.services.rcsbusinessmessaging.v1.model with parameters of type StandaloneCard Modifier and Type Method Description RichCardRichCard. setStandaloneCard(StandaloneCard standaloneCard)Standalone card.
-