GroupInfoBundle

data class GroupInfoBundle(var encryptionType: MlsGroupInfoEncryptionType, var ratchetTreeType: MlsRatchetTreeType, var payload: GroupInfo) : Disposable(source)

A GroupInfo with associated metadata.

Constructors

Link copied to clipboard
constructor(encryptionType: MlsGroupInfoEncryptionType, ratchetTreeType: MlsRatchetTreeType, payload: GroupInfo)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How the group info is encrypted.

Link copied to clipboard

The group info payload.

Link copied to clipboard

What kind of ratchet tree is used.

Functions

Link copied to clipboard
open override fun destroy()