STSAggregatedData

@interface STSAggregatedData : LHDataObject

STSAggregatedData class defines an aggregated data which being sent on certain time.

  • The aggregated items.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSArray<STSAggregatedItem *> *_Nonnull items;
  • The aggregated data created date.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull createdDate;

    Swift

    var createdDate: UnsafeMutablePointer<Int32>! { get }