Interface SplashScreenUIOptions
-
- All Known Implementing Classes:
BaseBlinkIdUiSettings
,BlinkIdUISettings
,DocumentUISettings
,LegacyDocumentVerificationUISettings
public interface SplashScreenUIOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
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.
-
-