get Live Crypto Device Info
abstract fun getLiveCryptoDeviceInfo(userId: String): LiveData<List<CryptoDeviceInfo>>
Content copied to clipboard
abstract fun getLiveCryptoDeviceInfo(userIds: List<String>): LiveData<List<CryptoDeviceInfo>>
Content copied to clipboard