Mobile API Reference
MicroStrategy 2019
|
#import <Prompts.h>
Instance Methods | |
(id) | - initWithData:withDocument: |
(NSString *) | - getXml |
(NSString *) | - getAnswerXml |
(void) | - loadAnswers: |
(BOOL) | - validateAnswers |
(void) | - prepareForAnswering |
(void) | - cancelPreparation |
(void) | - cancelRunningServices |
Instance Methods inherited from <MIIDynamicTableDataIterator> | |
(int) | - itemCount |
(id< MIIDynamicTableDataItem >) | - getDataItemForIndex: |
(NSDictionary *) | - getNewDataItemPropertiesForSelectedPropertyForType: |
(void) | - addDataItemForProperties: |
(void) | - deleteDataItemForIndex: |
(void) | - reorderDataItems: |
Properties | |
BOOL | requiredPromptsFirst |
The Prompts class contains info about the prompts for a document, including supported prompts and all other prompts, local, status, error info, etc.
- (void) cancelPreparation |
- (void) cancelRunningServices |
- (NSString*) getAnswerXml |
- (NSString*) getXml |
- (id) initWithData: | (NSData *) | data | |
withDocument: | (MSIReportDisplayInfo *) | doc | |
- (void) loadAnswers: | (NSString *) | xml |
- (void) prepareForAnswering |
True if any of the prompts require preparation before submitting the answers. An element prompt with date answer requires preparation. /
- (BOOL) validateAnswers |
|
readwriteatomic |