Package com.castlabs.sdk.broadpeaks4s
Interface BlobStore
-
- All Known Implementing Classes:
SharedPreferencesBlobStore
public interface BlobStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBlob(String domain)
void
init(Context context)
void
storeBlob(String domain, String blob)
-