Mobile API Reference  MicroStrategy 2019
PromptBarcodeCell Class Reference

#import <PromptBarcodeCell.h>

Inheritance diagram for PromptBarcodeCell:
PromptBaseCell

Instance Methods

(void) - displayCamera
 
- Instance Methods inherited from PromptBaseCell
(void) - populate
 
(void) - addContent
 
(NSInteger) - addRequiredLabel
 
(void) - addErrorMessage
 
(NSInteger) - rightMargin
 
(void) - didRotateFromInterfaceOrientation
 

Class Methods

(PromptBarcodeCell *) + newCellForPrompt:
 

Protected Attributes

UILabel * valueLabel
 
UIImageView * barcodeImageView
 
MIPromptSummaryScreenSVparent
 
- Protected Attributes inherited from PromptBaseCell
UILabel * titleLabel
 
UILabel * errorLabel
 
UILabel * requiredLabel
 

Additional Inherited Members

- Properties inherited from PromptBaseCell
Prompt * prompt
 

Method Documentation

◆ displayCamera()

- (void) displayCamera

◆ newCellForPrompt:()

+ (PromptBarcodeCell*) newCellForPrompt: (Prompt *)  _prompt

Member Data Documentation

◆ barcodeImageView

- (UIImageView*) barcodeImageView
protected

◆ parent

- (MIPromptSummaryScreenSV *) parent
readwritenonatomicassignprotected

◆ valueLabel

- (UILabel*) valueLabel
protected