-
- All Implemented Interfaces:
-
net.gini.android.capture.view.CustomLoadingIndicatorAdapter,net.gini.android.capture.view.InjectedViewAdapter
public final class DefaultLoadingIndicatorAdapter implements CustomLoadingIndicatorAdapter
-
-
Constructor Summary
Constructors Constructor Description DefaultLoadingIndicatorAdapter()
-
Method Summary
-
-
Method Detail
-
onVisible
Unit onVisible()
Called when the loading indicator is visible. If you use animations, then you can start the animation here.
-
onHidden
Unit onHidden()
Called when the loading indicator is hidden. If you use animations, then you can stop the animation here.
-
onCreateView
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
-
-
-
-