Package com.unblu.sdk.core.ui
Interface ICustomLoadingViewCreator
public interface ICustomLoadingViewCreator
Defines a creator to create a custom loading UI when the Unblu UI is displayed.
Using it at
UnbluClient.setCustomLoadingViewCreator(ICustomLoadingViewCreator).-
Method Summary
Modifier and TypeMethodDescriptionandroid.view.ViewcreateLoadingView(android.content.Context context) Called whenever a loading view is presented
-
Method Details
-
createLoadingView
@NonNull android.view.View createLoadingView(@NonNull android.content.Context context) Called whenever a loading view is presented- Parameters:
context- The context of the parent UI to access resources- Returns:
- A custom loading UI
-