-
public interface MultiPageImageCaptureScenario.UISettingsProvides access to extra user interface settings of current view control.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetString(MultiPageImageCaptureScenario.ResourceType type, Integer pageIndex)Provides string resources from the ResourceType enumeration for the view control, depending on the scenario step and the page characteristic. -
-
Method Detail
-
getString
@MainThread() abstract String getString(MultiPageImageCaptureScenario.ResourceType type, Integer 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.
- Parameters:
type- Type of the source string, that should be displayedpageIndex- Index of a page in process.
-
-
-
-