getLiveCryptoDeviceInfo

abstract fun getLiveCryptoDeviceInfo(): LiveData<List<CryptoDeviceInfo>>
abstract fun getLiveCryptoDeviceInfo(userId: String): LiveData<List<CryptoDeviceInfo>>
abstract fun getLiveCryptoDeviceInfo(userIds: List<String>): LiveData<List<CryptoDeviceInfo>>