setItems

abstract fun setItems(items: Map<String, String>)

Adds or updates the items in this storage from the provided list of key-value pairs.

OnPublicationStorageChangedListener.onPublicationStorageChanged will be called for each added key-value pair once the storage has been updated.