Library Mobile API Reference for iPhone  MicroStrategy 2019
DossierSettingsView Class Reference

#import <MicroStrategyMobileSDK-Swift.h>

Inheritance diagram for DossierSettingsView:

Instance Methods

(nullable instancetype) - initWithCoder:
 
(nonnull instancetype) - initWithFrame:
 
(void) - layoutSubviews
 
(void) - tableView:didSelectRowAtIndexPath:
 
(CGFloat) - tableView:heightForRowAtIndexPath:
 
(UIView *_Nullable) - tableView:viewForHeaderInSection:
 
(CGFloat) - tableView:heightForHeaderInSection:
 
(NSInteger) - numberOfSectionsInTableView:
 
(NSInteger) - tableView:numberOfRowsInSection:
 
(UITableViewCell *_Nonnull) - tableView:cellForRowAtIndexPath:
 

Class Methods

(void) + sendLogByEmail
 
(void) + sendLogByEmail:messageBody:completionBlock:
 

Method Documentation

◆ initWithCoder:()

- (nullable instancetype) initWithCoder: (NSCoder *_Nonnull)  OBJC_DESIGNATED_INITIALIZER

◆ initWithFrame:()

- (nonnull instancetype) initWithFrame: (CGRect)  SWIFT_UNAVAILABLE

◆ layoutSubviews()

- (void) layoutSubviews

◆ numberOfSectionsInTableView:()

- (NSInteger) numberOfSectionsInTableView: (UITableView *_Nonnull)  SWIFT_WARN_UNUSED_RESULT

◆ sendLogByEmail()

+ (void) sendLogByEmail

◆ sendLogByEmail:messageBody:completionBlock:()

+ (void) sendLogByEmail: (NSString *_Nonnull)  subject
messageBody: (NSString *_Nonnull)  messageBody
completionBlock: (void(^)(void))  completionBlock 

◆ tableView:cellForRowAtIndexPath:()

- (UITableViewCell * _Nonnull) tableView: (UITableView *_Nonnull)  tableView
cellForRowAtIndexPath: (NSIndexPath *_Nonnull)  SWIFT_WARN_UNUSED_RESULT 

◆ tableView:didSelectRowAtIndexPath:()

- (void) tableView: (UITableView *_Nonnull)  tableView
didSelectRowAtIndexPath: (NSIndexPath *_Nonnull)  indexPath 

◆ tableView:heightForHeaderInSection:()

- (CGFloat) tableView: (UITableView *_Nonnull)  tableView
heightForHeaderInSection: (NSInteger)  SWIFT_WARN_UNUSED_RESULT 

◆ tableView:heightForRowAtIndexPath:()

- (CGFloat) tableView: (UITableView *_Nonnull)  tableView
heightForRowAtIndexPath: (NSIndexPath *_Nonnull)  SWIFT_WARN_UNUSED_RESULT 

◆ tableView:numberOfRowsInSection:()

- (NSInteger) tableView: (UITableView *_Nonnull)  tableView
numberOfRowsInSection: (NSInteger)  SWIFT_WARN_UNUSED_RESULT 

◆ tableView:viewForHeaderInSection:()

- (UIView * _Nullable) tableView: (UITableView *_Nonnull)  tableView
viewForHeaderInSection: (NSInteger)  SWIFT_WARN_UNUSED_RESULT