-
- All Implemented Interfaces:
-
net.gini.android.capture.view.InjectedViewAdapter,net.gini.android.capture.view.OnButtonLoadingIndicatorAdapter
public final class DefaultOnButtonLoadingIndicatorAdapter implements OnButtonLoadingIndicatorAdapter
-
-
Constructor Summary
Constructors Constructor Description DefaultOnButtonLoadingIndicatorAdapter()
-
Method Summary
Modifier and Type Method Description UnitonVisible()Called when the loading indicator needs to be shown. UnitonHidden()Called when the loading indicator needs to be hidden. ViewonCreateView(ViewGroup container)Called when the custom view is required. UnitonDestroy()Called when the layout is destroyed. -
-
Method Detail
-
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
-
-
-
-