|
Library Mobile API Reference for iPhone
MicroStrategy 2019
|
#import <LogStore.h>
Instance Methods | |
| (NSString *) | - applicationDocumentsDirectory |
| (void) | - initFromPersistentStore |
| (void) | - addEntry: |
| (void) | - clear |
| (void) | - resize: |
| (NSArray *) | - getEntriesWithAscending: |
| (NSArray *) | - getEntries |
Class Methods | |
| (LogStore *) | + getLogStore |
| - (void) addEntry: | (NSString *) | entry |
| - (NSString *) applicationDocumentsDirectory |
| - (void) clear |
| - (NSArray *) getEntries |
| - (NSArray *) getEntriesWithAscending: | (BOOL) | isAscending |
| + (LogStore *) getLogStore |
| - (void) initFromPersistentStore |
| - (void) resize: | (NSInteger) | newSize |