privateCollection

abstract fun <T> privateCollection(initializer: PersistentDataCollection.Initializer<T>.() -> Unit): PersistentDataCollection<T>

Create a new private persistent collection. Only the user creating this collection has read or write privilege. It is persisted in the cloud.

Parameters

initializer

The initializer for the collection.