-
- All Implemented Interfaces:
public interface WebMessageContract
-
-
Method Summary
Modifier and Type Method Description abstract StringgetText()abstract List<Button>getButtons()abstract WebDeepLinkgetDeepLink()abstract WebCardgetCard()abstract WebCarouselgetCarousel()abstract WebWidgetgetWidget()abstract WebImagegetImage()abstract StringgetVersion()-
-
Method Detail
-
getButtons
abstract List<Button> getButtons()
-
getDeepLink
abstract WebDeepLink getDeepLink()
-
getCarousel
abstract WebCarousel getCarousel()
-
getVersion
abstract String getVersion()
-
-
-
-