DeviceApiClient
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun getDehydratedDeviceEvents(deviceId: String, nextBatch: String? = null): Result<GetDehydratedDeviceEvents.Response>
Link copied to clipboard
Link copied to clipboard
abstract suspend fun setDehydratedDevice(deviceId: String, deviceData: DehydratedDeviceData, deviceKeys: SignedDeviceKeys, oneTimeKeys: Keys? = null, fallbackKeys: Keys? = null, initialDeviceDisplayName: String? = null): Result<SetDehydratedDevice.Response>
Link copied to clipboard