Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface EventEmitter
Link copied to clipboard
Link copied to clipboard
interface EventHandler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class MatrixServerException(val statusCode: HttpStatusCode, val errorResponse: ErrorResponse) : Exception
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.TYPEALIAS, AnnotationTarget.TYPE, AnnotationTarget.FUNCTION ] )
Link copied to clipboard
data class UserInfo(val userId: UserId, val deviceId: String, val signingPublicKey: Key.Ed25519Key, val identityPublicKey: Key.Curve25519Key)
Link copied to clipboard
Functions
Link copied to clipboard
Subscribers have to be aware to unsubscribe() when the scope of the subscriber is destroyed.
Link copied to clipboard
Subscribe events with a flow.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard