TTReport

Objective-C

@interface TTReport : NSObject

Swift

class TTReport : NSObject

Report data.

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

    Declaration

    Objective-C

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

    Swift

    var effectiveSettings: [TTEffectiveSettings] { get }