Mobile API Reference  MicroStrategy 2019
SecurityHandlerDelegate.h
Go to the documentation of this file.
1 //
2 // SecurityHandlerDelegate.h
3 // MicroStrategyMobile
4 //
5 // Created by Amirali Charania on 11/24/11.
6 // Copyright 2011 MicroStrategy Inc. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 
12 @protocol SecurityHandlerDelegate <NSObject>
13 
16 - (void)authorizationSuccess;
17 
18 @optional
19 
20 - (void)policyUpdate:(NSDictionary*)appPolicySettings;
21 - (void)notAuthorized;
22 
25 - (void)authorizationFailure;
26 
27 @end