RelationType

object RelationType

Constants defining known event relation types from Matrix specifications.

Properties

Link copied to clipboard
const val ANNOTATION: String

Lets you define an event which annotates an existing event.

Link copied to clipboard
const val REFERENCE: String

Lets you define an event which references an existing event.

Link copied to clipboard
const val REPLACE: String

Lets you define an event which replaces an existing event.

Link copied to clipboard
const val RESPONSE: String

Lets you define an event which adds a response to an existing event.

Link copied to clipboard
const val THREAD: String

Lets you define an event which is a thread reply to an existing event.