Mobile API Reference  MicroStrategy 2019
<IViewer> Protocol Reference

#import <IViewer.h>

Inheritance diagram for <IViewer>:
<IWidgetProtocol >

Instance Methods

(void) - detachViewer
 
(void) - handleEvent:
 
(CGFloat) - getMeasuredWidth
 
(CGFloat) - getMeasuredHeight
 
(void) - evaluateConditionalTransactionThreshold
 
(void) - measure
 
(NSString *) - getViewerID
 
(NSData *) - getViewerStatus
 

Method Documentation

◆ detachViewer()

- (void) detachViewer

◆ evaluateConditionalTransactionThreshold()

- (void) evaluateConditionalTransactionThreshold
optional

◆ getMeasuredHeight()

- (CGFloat) getMeasuredHeight
optional

◆ getMeasuredWidth()

- (CGFloat) getMeasuredWidth
optional

◆ getViewerID()

- (NSString*) getViewerID
optional

For viewer status restore, get the viewer's id.

◆ getViewerStatus()

- (NSData*) getViewerStatus
optional

For viewer status restore, get the viewer status data (NSData*).

◆ handleEvent:()

- (void) handleEvent: (NSString *)  ipEventName
optional

◆ measure()

- (void) measure
optional