Library Mobile API Reference for iPhone  MicroStrategy 2019
DocumentSecurityManager Class Reference

#import <DocumentSecurityManager.h>

Inheritance diagram for DocumentSecurityManager:

Instance Methods

(void) - authorizeDocument:authenticationMode:
 
(void) - authorizeDocument:authenticationMode:completion:
 
(void) - displayLockScreen
 
(void) - hideLockScreen
 
(BOOL) - isAuthorizing
 
(BOOL) - isShowingLockScreen
 

Class Methods

(DocumentSecurityManager *) + sharedManager
 

Method Documentation

◆ authorizeDocument:authenticationMode:()

- (void) authorizeDocument: (id< DocumentSecurityDelegate >)  delegate
authenticationMode: (DocumentSecurityAuthenticationMode authenticationMode 

◆ authorizeDocument:authenticationMode:completion:()

- (void) authorizeDocument: (id< DocumentSecurityDelegate >)  delegate
authenticationMode: (DocumentSecurityAuthenticationMode authenticationMode
completion: (DocumentSecurityManagerCompletionHandler completionHandler 

◆ displayLockScreen()

- (void) displayLockScreen

◆ hideLockScreen()

- (void) hideLockScreen

◆ isAuthorizing()

- (BOOL) isAuthorizing

◆ isShowingLockScreen()

- (BOOL) isShowingLockScreen

◆ sharedManager()

+ (DocumentSecurityManager *) sharedManager