getString method of the UISettings interface
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.
Use this method to customize string resources, that will be shown as tips for a user.
@MainThread
String getString(
ResourceType type,
int pageIndex
);
Parameters
- type
- Type of the source string, that should be displayed.
- pageIndex
- Index of a page in process.
02.03.2022 12:59:15