InjectedViewAdapter

public interface InjectedViewAdapter

Adapter for injectable views. It allows clients to inject their own views into our layouts.

Functions

Link copied to clipboard
public abstract View onCreateView(ViewGroup container)

Called when the custom view is required. It will be injected into the SDK's layout.

Link copied to clipboard
public abstract Unit onDestroy()

Called when the layout is destroyed.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard