Space Child Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
Example:
"content": { "via": ["example.com"], "order": "abcd", "default": true }.
Constructors
Link copied to clipboard
fun SpaceChildContent( @Json(name = "via" ) via: List<String>? = null, @Json(name = "order" ) order: String? = null, @Json(name = "suggested" ) suggested: Boolean? = false)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Orders which are not strings, or do not consist solely of ascii characters in the range \x20 (space) to \x7F (~), or consist of more than 50 characters, are forbidden and should be ignored if received.).
Properties
Link copied to clipboard
The order key is a string which is used to provide a default ordering of siblings in the room list. (Rooms are sorted based on a lexicographic ordering of order values; rooms with no order come last. orders which are not strings, or do not consist solely of ascii characters in the range \x20 (space) to \x7F (~), or consist of more than 50 characters, are forbidden and should be ignored if received.)
Link copied to clipboard