MlsExtensionType

sealed class MlsExtensionType

An MLS extension type advertised by an installation's key package or present in a group's context.

Mirrors the libxmtp MlsExtensionType; forward/unknown types are preserved verbatim. This is a generic capability primitive — filter it to the question you care about (e.g. the proposal migration is concerned with AppDataDictionary).

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Grease(val id: UShort) : MlsExtensionType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Unknown(val id: UShort) : MlsExtensionType