Discovery Information
@JsonClass(generateAdapter = true )
Content copied to clipboard
This is a light version of Wellknown model, used for login response Ref: https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-login
Constructors
Link copied to clipboard
fun DiscoveryInformation( @Json(name = "m.homeserver" ) homeServer: WellKnownBaseConfig? = null, @Json(name = "m.identity_server" ) identityServer: WellKnownBaseConfig? = null, @Json(name = "io.element.disable_network_constraint" ) disableNetworkConstraint: Boolean? = null)
Content copied to clipboard