configureDataCaptureProfile method of the RTRCoreAPIDataCaptureSettings protocol
Creates a profile builder object with which you will be able to configure the data capture core API to recognize a custom field.
- (id<RTRDataCaptureProfileBuilder>)configureDataCaptureProfile;
Return values
The method returns an instance implementing the RTRDataCaptureProfileBuilder protocol, or nil if a profile may not be configured (e.g. you have already specified a profile name on creating the data capture service).
3/2/2022 12:59:15 PM