luxlabs header browser preview


@interface ATXInterruptedAppSessionSummaryMetrics : _ATXCoreAnalyticsMetric

@property (nonatomic) unsigned long long totalAppSessions;
@property (nonatomic) unsigned long long interruptedAppSessions;
@property (readonly, nonatomic) double percentageInterruptedAppSessions;

- (id)metricName;
- (id)coreAnalyticsDictionary;
- (id)initWithDimensions:(id)a0;

@end