OnButtonLoadingIndicatorAdapter

Adapter for injecting a custom loading indicator which will be shown on buttons.

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.

Link copied to clipboard
public abstract Unit onHidden()

Called when the loading indicator needs to be hidden.

Link copied to clipboard
public abstract Unit onVisible()

Called when the loading indicator needs to be shown.

Inheritors

Link copied to clipboard