-
- All Implemented Interfaces:
-
io.meiro.sdk.offline.EventDao
@Generated(value = androidx.room.RoomProcessor) public final class EventDao_Impl implements EventDao
-
-
Constructor Summary
Constructors Constructor Description EventDao_Impl(RoomDatabase __db)
-
Method Summary
Modifier and Type Method Description Objectinsert(DbEvent event, Continuation<out Object> $completion)ObjectdeleteOlderThan(long timestamp, Continuation<out Object> $completion)ObjectdeleteById(int id, Continuation<out Object> $completion)ObjectgetAll(Continuation<out Object> $completion)static List<Class<out Object>>getRequiredConverters()-
-
Constructor Detail
-
EventDao_Impl
EventDao_Impl(RoomDatabase __db)
-
-
Method Detail
-
insert
Object insert(DbEvent event, Continuation<out Object> $completion)
-
deleteOlderThan
Object deleteOlderThan(long timestamp, Continuation<out Object> $completion)
-
deleteById
Object deleteById(int id, Continuation<out Object> $completion)
-
getAll
Object getAll(Continuation<out Object> $completion)
-
getRequiredConverters
@NonNull() static List<Class<out Object>> getRequiredConverters()
-
-
-
-