Interface ViewProvider
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface ViewProvider
-
-
Method Summary
Modifier and Type Method Description abstract ComponentViewgetView(ComponentViewType viewType, Context context)ComponentViewgetView(ComponentViewType viewType, LayoutInflater layoutInflater)-
-
Method Detail
-
getView
abstract ComponentView getView(ComponentViewType viewType, Context context)
-
getView
ComponentView getView(ComponentViewType viewType, LayoutInflater layoutInflater)
-
-
-
-