-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAWAgentGeneralHandler.h
More file actions
63 lines (59 loc) · 2.03 KB
/
Copy pathAWAgentGeneralHandler.h
File metadata and controls
63 lines (59 loc) · 2.03 KB
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
59
60
61
62
/**
* This header is generated by class-dump-z 0.2-0.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import <Foundation/NSObject.h>
#import "AWLocationAuthorizerDelegate.h"
#import "UIAlertViewDelegate.h"
@class AWSDK, NSManagedObject;
__attribute__((visibility("hidden")))
@interface AWAgentGeneralHandler : NSObject <UIAlertViewDelegate, AWLocationAuthorizerDelegate> {
NSManagedObject* message;
BOOL agentLaunched;
BOOL _beaconIsTransmitting;
BOOL _showCheckinAlert;
BOOL _handledRegionMonitoring;
BOOL _isFetchingDeviceStatus;
BOOL _agentFstLaunched;
BOOL _agentSndLaunched;
BOOL _agentLaunched;
AWSDK* _awsdk;
}
@property(retain, nonatomic) AWSDK* awsdk;
@property(assign, nonatomic) BOOL localEnrollmentStatus;
@property(assign, nonatomic) BOOL agentLaunched;
@property(assign, nonatomic) BOOL agentSndLaunched;
@property(assign, nonatomic) BOOL agentFstLaunched;
@property(assign, nonatomic) BOOL isFetchingDeviceStatus;
@property(assign, nonatomic) BOOL handledRegionMonitoring;
@property(assign, nonatomic) BOOL showCheckinAlert;
@property(assign, nonatomic) BOOL beaconIsTransmitting;
+(id)sharedInstance;
-(void)isWorkSpaceEnrolled:(id)enrolled;
-(void)handleMessageScenario;
-(void)alertView:(id)view clickedButtonAtIndex:(int)index;
-(void)authorizer:(id)authorizer receivedResult:(int)result;
-(void)fetchDeviceStatus;
-(void)launchUnmanagedInstaller:(id)installer;
-(void)showAppRequestAlert;
-(void)registerForAPNS;
-(void)networkConnectionStatusChange:(id)change;
-(void)reachabilityChanged:(id)changed;
-(void)alertCheckInNotification;
-(void)adjustBranding;
-(void)handleRegionMonitoringInitialSample;
-(void)receivedLocationUpdate:(id)update;
-(void)getassetInfo;
-(void)deviceCheckInCheckOut:(id)checkOut;
-(void)launchCompatibility;
-(void)checkForUdidStorageFromBackground;
-(void)checkForUdidStorage;
-(void)clearAssetInfo;
-(void)newMessageDidSave:(id)newMessage;
-(void)handleError:(id)error;
-(void)beaconFailed:(id)failed;
-(void)beaconDidSend:(id)beacon;
-(BOOL)checkUpdate;
@end