-
public interface InjectedViewAdapterAdapter for injectable views. It allows clients to inject their own views into our layouts.
-
-
Method Summary
Modifier and Type Method Description abstract ViewonCreateView(ViewGroup container)Called when the custom view is required. abstract UnitonDestroy()Called when the layout is destroyed. -
-
Method Detail
-
onCreateView
abstract View onCreateView(ViewGroup container)
Called when the custom view is required. It will be injected into the SDK's layout.
- Parameters:
container- the ViewGroup which will contain the returned view
-
-
-
-