-
- All Implemented Interfaces:
-
org.readium.r2.lcp.persistence.LcpDao
@Generated(value = androidx.room.RoomProcessor) public final class LcpDao_Impl implements LcpDao
-
-
Constructor Summary
Constructors Constructor Description LcpDao_Impl(RoomDatabase __db)
-
Method Summary
-
Methods inherited from class org.readium.r2.lcp.persistence.LcpDao
addLicense, addPassphrase, allPassphrases, copiesLeftFlow, exists, getCopiesLeft, getPrintsLeft, isDeviceRegistered, passphrase, passphrases, printsLeftFlow, registerDevice, setCopiesLeft, setPrintsLeft, tryCopy, tryPrint -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LcpDao_Impl
LcpDao_Impl(RoomDatabase __db)
-
-
Method Detail
-
addPassphrase
Object addPassphrase(Passphrase passphrase, Continuation<out Object> $completion)
-
addLicense
Object addLicense(License license, Continuation<out Object> $completion)
-
tryCopy
Object tryCopy(int quantity, String licenseId, Continuation<out Object> $completion)
-
tryPrint
Object tryPrint(int quantity, String licenseId, Continuation<out Object> $completion)
-
registerDevice
Object registerDevice(String licenseId, Continuation<out Object> $completion)
-
setCopiesLeft
Object setCopiesLeft(int quantity, String licenseId, Continuation<out Object> $completion)
-
setPrintsLeft
Object setPrintsLeft(int quantity, String licenseId, Continuation<out Object> $completion)
-
passphrase
Object passphrase(String licenseId, Continuation<out Object> $completion)
-
passphrases
Object passphrases(String userId, Continuation<out Object> $completion)
-
allPassphrases
Object allPassphrases(Continuation<out Object> $completion)
-
exists
Object exists(String licenseId, Continuation<out Object> $completion)
-
isDeviceRegistered
Object isDeviceRegistered(String licenseId, Continuation<out Object> $completion)
-
getCopiesLeft
Object getCopiesLeft(String licenseId, Continuation<out Object> $completion)
-
copiesLeftFlow
Flow<Integer> copiesLeftFlow(String licenseId)
-
getPrintsLeft
Object getPrintsLeft(String licenseId, Continuation<out Object> $completion)
-
printsLeftFlow
Flow<Integer> printsLeftFlow(String licenseId)
-
getRequiredConverters
@NonNull() static List<Class<out Object>> getRequiredConverters()
-
-
-
-