-
public interface DataCaptureScenario.UISettingsProvides access to extra user interface settings of current view control.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetString(DataCaptureScenario.ResourceType type)Provides string resources from the ResourceType enumeration for the view control, depending on the scenario step. -
-
Method Detail
-
getString
@MainThread() abstract String getString(DataCaptureScenario.ResourceType type)
Provides string resources from the ResourceType enumeration for the view control, depending on the scenario step.
- Parameters:
type- Type of the source string that should be displayed
-
-
-
-