|
Library Mobile API Reference for iPhone
MicroStrategy 2019
|
#import <DocumentSecurityManager.h>
Instance Methods | |
| (void) | - authorizeDocument:authenticationMode: |
| (void) | - authorizeDocument:authenticationMode:completion: |
| (void) | - displayLockScreen |
| (void) | - hideLockScreen |
| (BOOL) | - isAuthorizing |
| (BOOL) | - isShowingLockScreen |
Class Methods | |
| (DocumentSecurityManager *) | + sharedManager |
| - (void) authorizeDocument: | (id< DocumentSecurityDelegate >) | delegate | |
| authenticationMode: | (DocumentSecurityAuthenticationMode) | authenticationMode | |
| - (void) authorizeDocument: | (id< DocumentSecurityDelegate >) | delegate | |
| authenticationMode: | (DocumentSecurityAuthenticationMode) | authenticationMode | |
| completion: | (DocumentSecurityManagerCompletionHandler) | completionHandler | |
| - (void) displayLockScreen |
| - (void) hideLockScreen |
| - (BOOL) isAuthorizing |
| - (BOOL) isShowingLockScreen |
| + (DocumentSecurityManager *) sharedManager |