DefaultLoadingIndicatorAdapter

Constructors

Functions

Link copied to clipboard
public 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 Unit onDestroy()

Called when the layout is destroyed.

Link copied to clipboard
public Unit onHidden()

Called when the loading indicator is hidden. If you use animations, then you can stop the animation here.

Link copied to clipboard
public Unit onVisible()

Called when the loading indicator is visible. If you use animations, then you can start the animation here.