Library Mobile API Reference for iPhone  MicroStrategy 2019
DossierController Class Reference

#import <MicroStrategyMobileSDK-Swift.h>

Inheritance diagram for DossierController:
DossierHandoffController <NetworkStatusNotifier>

Instance Methods

(nullable instancetype) - initWithCoder:
 
(nonnull instancetype) - initWithNibName:bundle:
 
(nonnull instancetype) - initWithDossier:toolbarManager:commonDependencies:
 
(void) - viewDidLoad
 
(void) - viewDidLayoutSubviews
 
(void) - viewWillLayoutSubviews
 
(void) - updateViewConstraints
 
(void) - viewWillDisappear:
 
(void) - viewDidAppear:
 
(void) - didReceiveMemoryWarning
 
(void) - notifyNetworkStatusChange
 
(void) - viewWillTransitionToSize:withTransitionCoordinator:
 
(BOOL) - goToDossierLocation:
 
(void) - unwindToTopLevel
 
(void) - alertView:didDismissWithButtonIndex:
 
(void) - onSuccess:service:
 
(void) - onFailure:service:
 
(void) - onPageNavigatorUsed
 
(void) - onNoFilterSummaryView
 
(void) - onHasFilterSummaryView
 
(void) - changePage:
 
(CGFloat) - SWIFT_WARN_UNUSED_RESULT
 
(UIViewController *_Null_unspecified) - SWIFT_WARN_UNUSED_RESULT
 
(id _Null_unspecified) - SWIFT_WARN_UNUSED_RESULT
 
(MSIReportDisplayInfo *_Null_unspecified) - SWIFT_WARN_UNUSED_RESULT
 
(BOOL) - SWIFT_WARN_UNUSED_RESULT
 
(BOOL) - SWIFT_WARN_UNUSED_RESULT
 
(void) - mailComposeController:didFinishWithResult:error:
 
(void) - addBackgroundCoveringViewAfterPrompt:belowSubview:
 
(void) - updatePromptedReport:
 
(void) - onPromptScreenPopsUp
 
(void) - onPromptScreenClosed:
 
(void) - willPopViewController
 
(void) - setReport:
 
(void) - setReportQueueRecall:
 
(void) - restoreTransactionContents:andTime:
 
(void) - setHomeButton:
 
(void) - executeManipulationSelections:
 
(void) - displayConferences:
 
(CarryOverSelectionsSet *_Null_unspecified) - getCurrentCarryOverSelections:
 
(void) - setDossierInfo:
 
(void) - setExecuteResetManipulation:
 
- Instance Methods inherited from DossierHandoffController
(void) - updateUserActivityState:
 
(nonnull instancetype) - initWithNibName:bundle:
 

Properties

BOOL isShowingNavigators
 
MBProgressHUD *_Nullable loadingIndicator
 
UIStatusBarStyle preferredStatusBarStyle
 

Method Documentation

◆ addBackgroundCoveringViewAfterPrompt:belowSubview:()

- (void) addBackgroundCoveringViewAfterPrompt: (UIView *_Null_unspecified)  ipView
belowSubview: (UIView *_Null_unspecified)  ipSiblingView 

◆ alertView:didDismissWithButtonIndex:()

- (void) alertView: (MSIAlertView *_Nonnull)  alertView
didDismissWithButtonIndex: (NSInteger)  buttonIndex 

◆ changePage:()

- (void) changePage: (NSInteger)  nextPageIndex

◆ didReceiveMemoryWarning()

- (void) didReceiveMemoryWarning

◆ displayConferences:()

- (void) displayConferences: (NSArray *_Null_unspecified)  servers

◆ executeManipulationSelections:()

- (void) executeManipulationSelections: (NSData *_Null_unspecified)  iSelections

◆ getCurrentCarryOverSelections:()

- (CarryOverSelectionsSet * _Null_unspecified) getCurrentCarryOverSelections: (CarryOverSelectedMode SWIFT_WARN_UNUSED_RESULT

◆ goToDossierLocation:()

- (BOOL) goToDossierLocation: (id< DossierLocationIdentifier > _Nonnull)  SWIFT_WARN_UNUSED_RESULT

◆ initWithCoder:()

- (nullable instancetype) initWithCoder: (NSCoder *_Nonnull)  OBJC_DESIGNATED_INITIALIZER

◆ initWithDossier:toolbarManager:commonDependencies:()

- (nonnull instancetype) initWithDossier: (MSIReportDisplayInfo *_Nonnull)  dossier
toolbarManager: (DossierToolbarManager *_Nonnull)  toolbarManager
commonDependencies: (CommonDependencies *_Nullable)  commonDependencies 

◆ initWithNibName:bundle:()

- (nonnull instancetype) initWithNibName: (NSString *_Null_unspecified)  nibNameOrNil
bundle: (NSBundle *_Null_unspecified)  SWIFT_UNAVAILABLE 

◆ mailComposeController:didFinishWithResult:error:()

- (void) mailComposeController: (MFMailComposeViewController *_Nonnull)  controller
didFinishWithResult: (MFMailComposeResult)  result
error: (NSError *_Nullable)  error 

◆ notifyNetworkStatusChange()

- (void) notifyNetworkStatusChange

Reimplemented from <NetworkStatusNotifier>.

◆ onFailure:service:()

- (void) onFailure: (MSTRError *_Null_unspecified)  error
service: (id< Service > _Null_unspecified)  service 

◆ onHasFilterSummaryView()

- (void) onHasFilterSummaryView

◆ onNoFilterSummaryView()

- (void) onNoFilterSummaryView

◆ onPageNavigatorUsed()

- (void) onPageNavigatorUsed

◆ onPromptScreenClosed:()

- (void) onPromptScreenClosed: (int32_t)  status

◆ onPromptScreenPopsUp()

- (void) onPromptScreenPopsUp

◆ onSuccess:service:()

- (void) onSuccess: (id _Null_unspecified)  data
service: (id< Service > _Null_unspecified)  service 

◆ restoreTransactionContents:andTime:()

- (void) restoreTransactionContents: (NSString *_Null_unspecified)  docID
andTime: (NSString *_Null_unspecified)  timeStamp 

◆ setDossierInfo:()

- (void) setDossierInfo: (DossierInfo *_Null_unspecified)  dossierInfo

◆ setExecuteResetManipulation:()

- (void) setExecuteResetManipulation: (BOOL)  resetManipulation

◆ setHomeButton:()

- (void) setHomeButton: (UIBarButtonItem *_Null_unspecified)  homeButton

◆ setReport:()

- (void) setReport: (MSIReportDisplayInfo *_Null_unspecified)  report

◆ setReportQueueRecall:()

- (void) setReportQueueRecall: (BOOL)  isRecall

◆ SWIFT_WARN_UNUSED_RESULT() [1/6]

- (BOOL) SWIFT_WARN_UNUSED_RESULT

◆ SWIFT_WARN_UNUSED_RESULT() [2/6]

- (UIViewController * _Null_unspecified) SWIFT_WARN_UNUSED_RESULT

◆ SWIFT_WARN_UNUSED_RESULT() [3/6]

- (CGFloat) SWIFT_WARN_UNUSED_RESULT

◆ SWIFT_WARN_UNUSED_RESULT() [4/6]

- (id _Null_unspecified) SWIFT_WARN_UNUSED_RESULT

◆ SWIFT_WARN_UNUSED_RESULT() [5/6]

- (MSIReportDisplayInfo * _Null_unspecified) SWIFT_WARN_UNUSED_RESULT

◆ SWIFT_WARN_UNUSED_RESULT() [6/6]

- (BOOL) SWIFT_WARN_UNUSED_RESULT

◆ unwindToTopLevel()

- (void) unwindToTopLevel

◆ updatePromptedReport:()

- (void) updatePromptedReport: (MSIReportDisplayInfo *_Null_unspecified)  report

◆ updateViewConstraints()

- (void) updateViewConstraints

◆ viewDidAppear:()

- (void) viewDidAppear: (BOOL)  animated

◆ viewDidLayoutSubviews()

- (void) viewDidLayoutSubviews

◆ viewDidLoad()

- (void) viewDidLoad

◆ viewWillDisappear:()

- (void) viewWillDisappear: (BOOL)  animated

◆ viewWillLayoutSubviews()

- (void) viewWillLayoutSubviews

◆ viewWillTransitionToSize:withTransitionCoordinator:()

- (void) viewWillTransitionToSize: (CGSize)  size
withTransitionCoordinator: (id< UIViewControllerTransitionCoordinator > _Nonnull)  coordinator 

◆ willPopViewController()

- (void) willPopViewController

Property Documentation

◆ isShowingNavigators

- (BOOL) isShowingNavigators
readwritenonatomicassign

◆ loadingIndicator

- (MBProgressHUD* _Nullable) loadingIndicator
readwritenonatomicstrong

◆ preferredStatusBarStyle

- (UIStatusBarStyle) preferredStatusBarStyle
readnonatomicassign