Interface SplashScreenUIOptions

All Known Implementing Classes:
BaseBlinkIdUiSettings, BlinkIdUISettings, DocumentUISettings, LegacyDocumentVerificationUISettings

public interface SplashScreenUIOptions
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setSplashScreenLayoutResourceID(int splashScreenLayoutResourceID)
    Defines the ID of the layout resource that will be used as camera splash screen displayed while camera is being initialized.
  • Method Details

    • setSplashScreenLayoutResourceID

      void setSplashScreenLayoutResourceID(@LayoutRes int splashScreenLayoutResourceID)
      Defines the ID of the layout resource that will be used as camera splash screen displayed while camera is being initialized. If not set, default splash screen will be used.
      Parameters:
      splashScreenLayoutResourceID - ID of the layout resource that will be used as camera splash screen displayed while camera is being initialized.