MXDevice Info
@JsonClass(generateAdapter = true )
Content copied to clipboard
Constructors
Link copied to clipboard
fun MXDeviceInfo( @Json(name = "device_id" ) deviceId: String, @Json(name = "user_id" ) userId: String, @Json(name = "algorithms" ) algorithms: List<String>? = null, @Json(name = "keys" ) keys: Map<String, String>? = null, @Json(name = "signatures" ) signatures: Map<String, Map<String, String>>? = null, @Json(name = "unsigned" ) unsigned: JsonDict? = null, verified: Int = DEVICE_VERIFICATION_UNKNOWN)
Content copied to clipboard