Mobile API Reference  MicroStrategy 2019
MSIConnectionManager Class Reference

#import <MSIConnectionManager.h>

Inheritance diagram for MSIConnectionManager:
MSISessionConnectionManager

Instance Methods

(NSDictionary *) - getConnection:
 
(NSDictionary *) - getConnectionInformation:
 
(void) - createConnection:
 
(NSDictionary *) - validateConnection:
 
(void) - invalidateConnection:
 
(void) - clearConnection:
 

Method Documentation

◆ clearConnection:()

- (void) clearConnection: (NSDictionary *)  connectionParameters

Clear the connection to server.

Parameters
connectionParametersparameters for the connection

◆ createConnection:()

- (void) createConnection: (NSDictionary *)  connectionParameters

Create the connection to server.

Parameters
connectionParametersparameters for the connection

◆ getConnection:()

- (NSDictionary*) getConnection: (NSDictionary *)  connectionParameters

Get the connection to server.

Parameters
connectionParametersparameters for the connection
Returns
the dictionary for the returned connection

◆ getConnectionInformation:()

- (NSDictionary*) getConnectionInformation: (NSDictionary *)  connectionParameters

Get the connection information.

Parameters
connectionParametersparameters for the connection
Returns
the dictionary for the returned information

◆ invalidateConnection:()

- (void) invalidateConnection: (NSDictionary *)  connectionParameters

Invalidate the connection to server.

Parameters
connectionParametersparameters for the connection

◆ validateConnection:()

- (NSDictionary*) validateConnection: (NSDictionary *)  connectionParameters

Validate the connection to server.

Parameters
connectionParametersparameters for validating the connection
Returns
the dictionary for the returned connection