setSharedStorageEntry
suspend fun setSharedStorageEntry(args: Storage.SetSharedStorageEntryParameter, mode: CommandMode = CommandMode.DEFAULT)
Sets entry with key
and value
for a given origin's shared storage.
suspend fun setSharedStorageEntry(ownerOrigin: String, key: String, value: String, ignoreIfPresent: Boolean? = null)
Sets entry with key
and value
for a given origin's shared storage.
Parameters
ownerOrigin
No description
key
No description
value
No description
ignoreIfPresent
If ignoreIfPresent
is included and true, then only sets the entry if key
doesn't already exist.