-
- All Implemented Interfaces:
-
io.cloudx.sdk.internal.db.win_loss.CachedWinLossEventDao
@Generated(value = androidx.room.RoomProcessor) public final class CachedWinLossEventDao_Impl implements CachedWinLossEventDao
-
-
Constructor Summary
Constructors Constructor Description CachedWinLossEventDao_Impl(RoomDatabase __db)
-
Method Summary
Modifier and Type Method Description Objectinsert(CachedWinLossEvents event, Continuation<out Object> $completion)ObjectdeleteById(long id, Continuation<out Object> $completion)ObjectgetAllUnsent(Continuation<out Object> $completion)static List<Class<out Object>>getRequiredConverters()-
-
Constructor Detail
-
CachedWinLossEventDao_Impl
CachedWinLossEventDao_Impl(RoomDatabase __db)
-
-
Method Detail
-
insert
Object insert(CachedWinLossEvents event, Continuation<out Object> $completion)
-
deleteById
Object deleteById(long id, Continuation<out Object> $completion)
-
getAllUnsent
Object getAllUnsent(Continuation<out Object> $completion)
-
getRequiredConverters
@NonNull() static List<Class<out Object>> getRequiredConverters()
-
-
-
-