Interface ViewableComponent
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface ViewableComponent
A Component that has an associated View to show or interact with the shopper.
-
-
Method Summary
Modifier and Type Method Description abstract Flow<ComponentViewType>getViewFlow()Emits the type of view that should be displayed with the component. -
-
Method Detail
-
getViewFlow
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) abstract Flow<ComponentViewType> getViewFlow()
Emits the type of view that should be displayed with the component.
-
-
-
-