initWithName:field: method of the AUICustomDataCaptureScheme interface
The method returns an instance of the AUICustomDataCaptureScheme interface.
- (instancetype)initWithName:(NSString*)name field:(AUICustomDataCaptureField*)field;
Parameters
- name
- A human-readable scheme name.
- field
- An array of the custom fields, represented by an AUICustomDataCaptureField objects.
Return values
The method returns an instance of the AUICustomDataCaptureScheme interface.
02.03.2022 12:59:15