|
Mobile API Reference
MicroStrategy 2019
|
#import <MSISessionConnectionManager.h>
Instance Methods | |
| (id) | - initWithSessionState: |
| (BOOL) | - isDummyWrapper |
Properties | |
| NSString * | sessionState |
| NSDate * | timeStamp |
| BOOL | hasMobileRWPrivilege |
| NSString * | username |
SessionStateWrapper wraps the session state, the timestamp when the session state is accessed last time and whether the session state has mobile Read Write privilege.
| - (id) initWithSessionState: | (NSString *) | sessionState |
Initialize with the session state and set the timestamp as the current time
| sessionState | session state |
| - (BOOL) isDummyWrapper |
return YES if sessionState.length == 0; only used as placeholder in this case
|
readwriteatomic |
whether the session state has mobile Read Write privilege Default is NO.
|
readatomiccopy |
session state
|
readwriteatomiccopy |
timestamp when the session state is last accessed Default is current time.
|
readwriteatomiccopy |
username