ResetMLSConversationResult

Types

Link copied to clipboard
data class Failure(val error: <Error class: unknown class>) : ResetMLSConversationResult

Indicates the reset MLS conversation operation failed.

Link copied to clipboard

Indicates the reset MLS conversation operation completed successfully or no further action is needed.

Functions

Link copied to clipboard
fun toEither(): <Error class: unknown class><<Error class: unknown class>, Unit>

Converts this result to an Either type for internal Kalium use or JVM/Android clients. This function is hidden from iOS/Swift to maintain a clean Swift API.