device With Identity Key
abstract fun deviceWithIdentityKey(userId: String, identityKey: String): CryptoDeviceInfo?
Content copied to clipboard
Retrieve a device by its identity key.
Return
the device or null if not found
Parameters
user Id
the device owner
identity Key
the device identity key (MXDeviceInfo.identityKey
)