E2EEKeyState

data class E2EEKeyState(val perUserKeys: List<E2EEUserKey>, val sharedKeys: List<E2EESharedKey>)

A snapshot of the keys the manager currently holds. See StreamEncryptionManager.requestKeyState.

Constructors

Link copied to clipboard
constructor(perUserKeys: List<E2EEUserKey>, sharedKeys: List<E2EESharedKey>)

Properties

Link copied to clipboard
Link copied to clipboard