Mobile API Reference  MicroStrategy 2019
PromptUtils.h
Go to the documentation of this file.
1 //
2 // PromptUtils.h
3 // MSTRMobileSDK
4 //
5 // Copyright 2010 MicroStrategy. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 
13 @interface PromptUtils : NSObject
14 {
15  // All class methods, no instances or ivars.
16 }
17 
30 + (NSString*) getElementPromptAnswers: (NSArray*) array;
31 
32 
44 + (NSString*) getObjectPromptAnswers: (NSArray*) array;
45 
46 
59 + (NSString*) getObjectPromptAnswersForOneUnit: (NSArray*) objectInfos;
60 
61 
72 + (NSString*) getValuePromptAnswers: (NSArray*) values;
73 
74 
86 + (NSString*) getElementPromptAnswersForUnit: (NSString*) unitID elements: (NSArray*) elements;
87 
88 @end
89 
90 
91 
Definition: PromptUtils.h:13