dataCaptureScenario:stringForHintType: method of the AUIDataCaptureUISettings protocol
Applies the appearance settings to the specified page.
Use this method to customize string resources, that will be shown as tips for a user.
- (nullable NSString*)dataCaptureScenario:(AUIDataCaptureScenario*)dataCaptureScenario
stringForHintType:(AUIDataCaptureHint)hintType;
Parameters
- dataCaptureScenario
- The data capture scenario, represented by the AUIDataCaptureScenario object. The page to which the setting should be applied is processed during this scenario.
- hintType
- The AUIDataCaptureHint object, defining the source string that will be shown at the current view.
Return values
The method returns the hint as an NSString* object.
3/2/2022 12:59:15 PM