5#include <Quotient/csapi/definitions/key_backup_data.h>
6#include <Quotient/csapi/definitions/room_key_backup.h>
8#include <Quotient/jobs/basejob.h>
32inline auto collectResponse(
const PostRoomKeysVersionJob* job) {
return job->version(); }
285inline auto collectResponse(
const GetRoomKeyBySessionIdJob* job) {
return job->data(); }
Delete a key from the backup.
Delete the keys from the backup for a given room.
Delete the keys from the backup.
Delete an existing key backup.
Retrieve a key from the backup.
Retrieve the keys from the backup for a given room.
Retrieve the keys from the backup.
Get information about the latest backup version.
Get information about an existing backup.
Store a key in the backup.
Store several keys in the backup for a given room.
Store several keys in the backup.
Update information about an existing backup.
auto collectResponse(const GetAccountDataJob *job)