-
- All Implemented Interfaces:
-
droom.daro.core.data.database.AdEventLogDao
@Generated(value = androidx.room.RoomProcessor) public final class AdEventLogDao_Impl implements AdEventLogDao
-
-
Constructor Summary
Constructors Constructor Description AdEventLogDao_Impl(RoomDatabase __db)
-
Method Summary
Modifier and Type Method Description Objectinsert(AdEventLogEntity entity, Continuation<out Object> $completion)ObjectgetOldest(int limit, Continuation<out Object> $completion)ObjectgetAll(Continuation<out Object> $completion)ObjectdeleteByIds(List<Long> ids, Continuation<out Object> $completion)static List<Class<out Object>>getRequiredConverters()-
-
Constructor Detail
-
AdEventLogDao_Impl
AdEventLogDao_Impl(RoomDatabase __db)
-
-
Method Detail
-
insert
Object insert(AdEventLogEntity entity, Continuation<out Object> $completion)
-
getOldest
Object getOldest(int limit, Continuation<out Object> $completion)
-
getAll
Object getAll(Continuation<out Object> $completion)
-
deleteByIds
Object deleteByIds(List<Long> ids, Continuation<out Object> $completion)
-
getRequiredConverters
@NonNull() static List<Class<out Object>> getRequiredConverters()
-
-
-
-