Stores
Stores provide encrypted block storage, enabling simple file uploading and downloading.
Before working with Stores, follow our Getting Started Guide. It will show you how to set up your project to work with PrivMX Bridge.
The sample code on this page is based on the initial assumptions.
Store publicMeta
and privateMeta
fields support any kind of data formats encoded to byte arrays. Examples in this section use kotlinx-serialization-json-jvm
dependency for Kotlin and com.google.code.gson:gson
for Java to serialize object to JSON format.
Working with Stores
To access Store methods, get the field storeApi
from active connection. Connection should be initialized with Modules.STORE
passed to PrivmxEndpoint()
.
Creating Stores
Creating a basic, unnamed Store, which can act as an encrypted data container:
Getting Stores
Define Store item class with decoded publicMeta
and privateMeta
:
Fetching the most recent Stores in given Context:
Managing Stores
To update a Store you must always provide its current version, as well as:
- list of users
- list of managers
- new private and public meta (even if it didn't change)
- Store's current version
true
if update action should be forced
We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.