TTReportEV

Objective-C

@interface TTReportEV : NSObject

Swift

class TTReportEV : NSObject

Represents information about the data which should be reported for diagnosis purposes.

  • List of effective parameters or data used when calling the Calculate Reachable Range API.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nonnull) NSArray<TTEffectiveSettingEV *> *effectiveSettings;

    Swift

    var effectiveSettings: [TTEffectiveSettingEV] { get }