|
Library Mobile API Reference for iPhone
MicroStrategy 2019
|
#import <MicroStrategyMobileSDK-Swift.h>
Instance Methods | |
| (void) | - saveDossierList:serverName: |
| (NSDictionary< NSString *, DossierInfo * > *_Nullable) | - getDossierDictionary: |
| (NSArray< DossierInfo * > *_Nullable) | - getDossierList: |
| (void) | - deleteDossierList: |
| (NSDate *_Nullable) | - getDossierListLastUpdateTime: |
| (void) | - markDossierInfoAsRead: |
| (void) | - saveFeedbackEmail:serverName: |
| (NSString *_Nullable) | - getFeedbackEmail: |
| (void) | - deleteFeedbackEmail: |
| (void) | - handleLogoutCleanup:cleanFile:clearUserDefaults: |
| (void) | - handleLogoutCleanupForAllProjects |
| (void) | - handleCleanupCachesForAllProjectsExceptFile |
| - (void) deleteDossierList: | (NSString *_Nonnull) | serverName |
Reimplemented in DossierLibraryCacheManager.
| - (void) deleteFeedbackEmail: | (NSString *_Nonnull) | serverName |
Reimplemented in DossierLibraryCacheManager.
| - (NSDictionary<NSString *, DossierInfo *> * _Nullable) getDossierDictionary: | (NSString *_Nonnull) | SWIFT_WARN_UNUSED_RESULT |
Reimplemented in DossierLibraryCacheManager.
| - (NSArray<DossierInfo *> * _Nullable) getDossierList: | (NSString *_Nonnull) | SWIFT_WARN_UNUSED_RESULT |
Reimplemented in DossierLibraryCacheManager.
| - (NSDate * _Nullable) getDossierListLastUpdateTime: | (NSString *_Nonnull) | SWIFT_WARN_UNUSED_RESULT |
Reimplemented in DossierLibraryCacheManager.
| - (NSString * _Nullable) getFeedbackEmail: | (NSString *_Nonnull) | SWIFT_WARN_UNUSED_RESULT |
Reimplemented in DossierLibraryCacheManager.
| - (void) handleCleanupCachesForAllProjectsExceptFile |
Reimplemented in DossierLibraryCacheManager.
| - (void) handleLogoutCleanup: | (MSIProjectInfo *_Nonnull) | project | |
| cleanFile: | (BOOL) | cleanFile | |
| clearUserDefaults: | (BOOL) | clearUserDefaults | |
Reimplemented in DossierLibraryCacheManager.
| - (void) handleLogoutCleanupForAllProjects |
Reimplemented in DossierLibraryCacheManager.
| - (void) markDossierInfoAsRead: | (DossierInfo *_Nullable) | dossierInfo |
Reimplemented in DossierLibraryCacheManager.
| - (void) saveDossierList: | (NSDictionary< NSString *, DossierInfo * > *_Nonnull) | dossierList | |
| serverName: | (NSString *_Nonnull) | serverName | |
Reimplemented in DossierLibraryCacheManager.
| - (void) saveFeedbackEmail: | (NSString *_Nonnull) | ||
| serverName: | (NSString *_Nonnull) | serverName | |
Reimplemented in DossierLibraryCacheManager.