STSAggregatedItem
@interface STSAggregatedItem : LHDataObject
STSAggregatedItem class defines an aggregated item.
-
The key of an aggregated data.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull key;Swift
var key: UnsafeMutablePointer<Int32>! { get } -
The number of count indicates how many times that
keybe sent in one period.Declaration
Objective-C
@property (nonatomic, readonly) NSNumber *_Nonnull count;Swift
var count: UnsafeMutablePointer<Int32>! { get }
View on GitHub
Install in Dash
STSAggregatedItem Class Reference