Mobile API Reference  MicroStrategy 2019
<CurrentObjectChangedDelegate > Protocol Reference

#import <CurrentObjectChangedDelegate.h>

Inheritance diagram for <CurrentObjectChangedDelegate >:

Instance Methods

(void) - currentObjectChanged:
 
(void) - loadSelectedReport:withType:
 

Detailed Description

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.

See also
SDKViewControllerDelegate

Method Documentation

◆ currentObjectChanged:()

- (void CurrentObjectChangedDelegate) currentObjectChanged: (MSIObjectInfo *)  objectInfo

This method is a callback function implemented by user who want to get the current changed object info.

Parameters
objectInfois the object info after change.

◆ loadSelectedReport:withType:()

- (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.

Parameters
reportIDis the object ID when the report / document is selected.
reportTypeis the object type when the report / document is selected.