AUICustomDataCaptureScheme interface
An interface which lets you add fields to a custom scheme.
Properties
| Name | Type | Description |
|---|---|---|
| name | NSString* | A human-readable scheme name. |
| fields | NSArray<AUICustomDataCaptureField*>* | An array of the custom fields. |
Methods
| Name | Description |
|---|---|
| initWithName:field: | The method returns an instance of the AUICustomDataCaptureScheme interface. |
3/2/2022 12:59:15 PM