Mobile API Reference  MicroStrategy 2019
PromptLocationCell Class Reference

#import <PromptLocationCell.h>

Inheritance diagram for PromptLocationCell:
PromptBaseCell

Class Methods

(PromptLocationCell *) + newCellForPrompt:
 

Protected Attributes

CLLocationManager * locationManager
 
UILabel * locationLabel
 
PromptSummaryScreenparent
 
UIButton * locationButton
 
UIImage * selImgLight
 
UIImage * selImgDark
 
- Protected Attributes inherited from PromptBaseCell
UILabel * titleLabel
 
UILabel * errorLabel
 
UILabel * requiredLabel
 

Additional Inherited Members

- Instance Methods inherited from PromptBaseCell
(void) - populate
 
(void) - addContent
 
(NSInteger) - addRequiredLabel
 
(void) - addErrorMessage
 
(NSInteger) - rightMargin
 
(void) - didRotateFromInterfaceOrientation
 
- Properties inherited from PromptBaseCell
Prompt * prompt
 

Method Documentation

◆ newCellForPrompt:()

+ (PromptLocationCell *) newCellForPrompt: (ConstantPrompt *)  _prompt

Member Data Documentation

◆ locationButton

- (UIButton*) locationButton
protected

◆ locationLabel

- (UILabel*) locationLabel
protected

◆ locationManager

- (CLLocationManager*) locationManager
protected

◆ parent

- (PromptSummaryScreen *) parent
readwritenonatomicassignprotected

◆ selImgDark

- (UIImage*) selImgDark
protected

◆ selImgLight

- (UIImage*) selImgLight
protected