Package ai.cheq.sst.android.core.storage
See: Description
-
Class Summary Class Description Cookie A cookie object represents information about an HTTP cookie. Cookies A collection of Cookie objects that can be stored and retrieved from persistent storage. Item A storage item object represents information stored in local or session storage. LocalStorage A collection of local storage Item objects that can be stored and retrieved from persistent storage. SessionStorage A collection of session storage Item objects that can be stored and retrieved from persistent storage. Storage Provides access to Cookies, LocalStorage, and SessionStorage. -
Interface Summary Interface Description Identifiable An interface for objects that can be identified by a unique identifier. StorageCollection A generic collection of values that can be stored and retrieved from persistent storage.