-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAMPOverflowManager.h
59 lines (52 loc) · 3.66 KB
/
AMPOverflowManager.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, May 19, 2018 at 4:52:17 PM Eastern Daylight Time
* Operating System: Version 10.2 (Build 14C92)
* Image Source: /var/containers/Bundle/Application/7AB1B6B1-534C-4BF9-A7EB-BE2BD4C13043/Snapchat.app/Snapchat
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
@class AMPEventConfigurer, NSUserDefaults, NSString, SCLogger;
@interface AMPOverflowManager : NSObject {
AMPEventConfigurer* _eventConfigurer;
NSUserDefaults* _overrideUserDefaults;
NSString* _logQueueName;
NSString* _totalEventsOverflowedKey;
NSString* _criticalEventsOverflowedKey;
NSString* _p0EventsOverflowedKey;
unsigned long long _totalEventsOverflowed;
unsigned long long _criticalEventsOverflowed;
unsigned long long _p0EventsOverflowed;
SCLogger* _scLogger;
}
@property (nonatomic,readonly) AMPEventConfigurer * eventConfigurer; //@synthesize eventConfigurer=_eventConfigurer - In the implementation block
@property (nonatomic,readonly) NSUserDefaults * overrideUserDefaults; //@synthesize overrideUserDefaults=_overrideUserDefaults - In the implementation block
@property (nonatomic,readonly) NSString * logQueueName; //@synthesize logQueueName=_logQueueName - In the implementation block
@property (nonatomic,readonly) NSString * totalEventsOverflowedKey; //@synthesize totalEventsOverflowedKey=_totalEventsOverflowedKey - In the implementation block
@property (nonatomic,readonly) NSString * criticalEventsOverflowedKey; //@synthesize criticalEventsOverflowedKey=_criticalEventsOverflowedKey - In the implementation block
@property (nonatomic,readonly) NSString * p0EventsOverflowedKey; //@synthesize p0EventsOverflowedKey=_p0EventsOverflowedKey - In the implementation block
@property (assign,nonatomic) unsigned long long totalEventsOverflowed; //@synthesize totalEventsOverflowed=_totalEventsOverflowed - In the implementation block
@property (assign,nonatomic) unsigned long long criticalEventsOverflowed; //@synthesize criticalEventsOverflowed=_criticalEventsOverflowed - In the implementation block
@property (assign,nonatomic) unsigned long long p0EventsOverflowed; //@synthesize p0EventsOverflowed=_p0EventsOverflowed - In the implementation block
@property (nonatomic,readonly) SCLogger * scLogger; //@synthesize scLogger=_scLogger - In the implementation block
-(NSString *)logQueueName;
-(void)reportTotalEventsOverflowed:(unsigned long long)arg1 criticalEventsOverflowed:(unsigned long long)arg2 p0EventsOverflowed:(unsigned long long)arg3 ;
-(id)getOverflowSnapshot;
-(unsigned long long)totalEventsOverflowed;
-(unsigned long long)criticalEventsOverflowed;
-(unsigned long long)p0EventsOverflowed;
-(void)completedReportingTotalEventsOverflowed:(unsigned long long)arg1 criticalEventsOverflowed:(unsigned long long)arg2 p0EventsOverflowed:(unsigned long long)arg3 ;
-(AMPEventConfigurer *)eventConfigurer;
-(id)initWithEventConfigurer:(id)arg1 logQueueName:(id)arg2 overrideUserDefaults:(id)arg3 scLogger:(id)arg4 ;
-(id)_getUserDefaults;
-(void)setTotalEventsOverflowed:(unsigned long long)arg1 ;
-(void)setCriticalEventsOverflowed:(unsigned long long)arg1 ;
-(void)setP0EventsOverflowed:(unsigned long long)arg1 ;
-(void)_flushStateOntoUserDefaults;
-(NSUserDefaults *)overrideUserDefaults;
-(id)initWithEventConfigurer:(id)arg1 logQueueName:(id)arg2 scLogger:(id)arg3 ;
-(NSString *)totalEventsOverflowedKey;
-(NSString *)criticalEventsOverflowedKey;
-(NSString *)p0EventsOverflowedKey;
-(SCLogger *)scLogger;
-(id)description;
@end