Package com.castlabs.sdk.broadpeaks4s
Interface BlobStore
- All Known Implementing Classes:
SharedPreferencesBlobStore
public interface BlobStore
Interface for storing and retrieving blobs.
-
Method Summary
-
Method Details
-
init
Initializes the BlobStore.- Parameters:
context- The application context.
-
getBlob
Retrieves a blob for the given domain.- Parameters:
domain- The domain for which to retrieve the blob.- Returns:
- The blob as a String, or null if not found.
-
storeBlob
Stores a blob for the given domain.- Parameters:
domain- The domain for which to store the blob.blob- The blob to store.
-