public static MultiPageImageCaptureScenario.UISettings
Provides access to extra user interface setting of current view control.
@MainThread @Nullable java.lang.String getString(@NotNull com.abbyy.mobile.uicomponents.scenario.MultiPageImageCaptureScenario.ResourceType type, int pageIndex)
Provides string resources from the ResourceType enumeration for the view control, depending on the scenario step and the page characteristic. I.e., string resources for a page of a passport and a page of a business card can differ on the same view control. So both view control type and page type should be specified. Control type and the type of message is defined by the ResourceType enumeration value. Page type is specified by the page index.
type
- Type of the source string, that should be displayedpageIndex
- Index of a page in process.