Mobile API Reference
MicroStrategy 2019
|
#import <CurrentObjectChangedDelegate.h>
Instance Methods | |
(void) | - currentObjectChanged: |
(void) | - loadSelectedReport:withType: |
This is the protocol for the IPadFolderController and IPadDataController to communicate with its delegate who wants to get current object info when current object changed. This protocol works with the protocol SDKViewControllerDelegate.
- (void CurrentObjectChangedDelegate) currentObjectChanged: | (MSIObjectInfo *) | objectInfo |
This method is a callback function implemented by user who want to get the current changed object info.
objectInfo | is the object info after change. |
- (void CurrentObjectChangedDelegate) loadSelectedReport: | (NSString *) | reportID | |
withType: | (NSInteger) | reportType | |
This method is a callback function implemented by user who want to load the current selected report / document.
reportID | is the object ID when the report / document is selected. |
reportType | is the object type when the report / document is selected. |