import snippets/StorageManager/objc/StorageManagerExample.h;
Inherits NSObject.
Public Member Functions | |
StorageManagerExample () | |
void | demonstrateStorageManagerMethods () |
void | demonstrateKeyValueStorageMethods () |
void | demonstrateMultipleStorages () |
void | demonstrateStorageAnalytics () |
void | demonstrateDataMigration () |
void | demonstrateStorageCleanup () |
void | runAllDemonstrations () |
void | cleanup () |
instancetype | init () |
void | demonstrateStorageManagerMethods () |
void | demonstrateKeyValueStorageMethods () |
void | demonstrateMultipleStorages () |
void | demonstrateStorageAnalytics () |
void | demonstrateDataMigration () |
void | demonstrateStorageCleanup () |
void | runAllDemonstrations () |
void | cleanup () |
Static Public Member Functions | |
static void | main (String[] args) |
StorageManager and KeyValueStorage usage example for Dart/Flutter Demonstrates working with storage management, key-value storage operations, and data persistence
StorageManager and KeyValueStorage usage example for Java Demonstrates working with storage management, key-value storage operations, and data persistence
StorageManager and KeyValueStorage usage example for Objective-C Demonstrates working with storage management, key-value storage operations, and data persistence
Definition at line 9 of file storage_manager_example.dart.
|
inline |
Definition at line 17 of file StorageManagerExample.java.
|
inline |
Cleanup resources
Definition at line 552 of file StorageManagerExample.java.
|
virtual |
Cleanup resources
|
inline |
Demonstrate data migration
Definition at line 423 of file StorageManagerExample.java.
|
virtual |
Demonstrate data migration
|
inline |
Demonstrate KeyValueStorage methods
Definition at line 113 of file StorageManagerExample.java.
|
virtual |
Demonstrate KeyValueStorage methods
|
inline |
Demonstrate multiple storages
Definition at line 262 of file StorageManagerExample.java.
|
virtual |
Demonstrate multiple storages
|
inline |
Demonstrate storage analytics
Definition at line 348 of file StorageManagerExample.java.
|
virtual |
Demonstrate storage analytics
|
inline |
Demonstrate storage cleanup
Definition at line 504 of file StorageManagerExample.java.
|
virtual |
Demonstrate storage cleanup
|
inline |
Demonstrate StorageManager methods
Definition at line 77 of file StorageManagerExample.java.
|
virtual |
Demonstrate StorageManager methods
|
virtual |
Initialize the example
Definition at line 13 of file StorageManagerExample.m.
|
inlinestatic |
Main method to run the example
Definition at line 570 of file StorageManagerExample.java.
|
inline |
Run all demonstrations
Definition at line 536 of file StorageManagerExample.java.
|
virtual |
Run all demonstrations