dataSchemesForProfile:error: method of the RTREngine class
Returns full list of supported data schemes for specified profile.
- (nullable NSArray<RTRDataScheme*>*)dataSchemesForProfile:(NSString*)profile error:(NSError**)error;
Parameters
- profile
- The list of data schemes will be returned for this profile. Profile name should be passed.
- error
- The error that has occurred.
Return values
The method returns the RTRDataScheme array. See the fields property of the RTRDataScheme object to get information about all available fields for concrete data scheme.
3/2/2022 12:59:15 PM