TTReport

@interface TTReport : NSObject

Report data.

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

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
        NSArray<TTEffectiveSettings *> *_Nonnull effectiveSettings;

    Swift

    var effectiveSettings: [TTEffectiveSettings] { get }