addScheme: method of the RTRDataCaptureProfileBuilder protocol
Creates a new scheme in the data capture profile. Using the scheme builder you will then be able to add the data fields and define the rules to which they should conform.
Note: Currently, only one scheme may exist in the profile, and only one field may be defined in the scheme.
- (id<RTRDataSchemeBuilder>)addScheme:(NSString*)id;
Parameters
- id
- The scheme identifier.
Return values
The method returns an instance implementing the RTRDataSchemeBuilder protocol.
02.03.2022 12:59:15