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 Type
    Method
    Description
    android.view.View
    createLoadingView(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