-
- All Implemented Interfaces:
-
io.cloudx.sdk.internal.db.imptracking.CachedTrackingEventDao
@Generated(value = androidx.room.RoomProcessor) public final class CachedTrackingEventDao_Impl implements CachedTrackingEventDao
-
-
Constructor Summary
Constructors Constructor Description CachedTrackingEventDao_Impl(RoomDatabase __db)
-
Method Summary
Modifier and Type Method Description Objectinsert(CachedTrackingEvents event, Continuation<out Object> $completion)Objectdelete(String id, Continuation<out Object> $completion)ObjectgetAll(Continuation<out Object> $completion)static List<Class<out Object>>getRequiredConverters()-
-
Constructor Detail
-
CachedTrackingEventDao_Impl
CachedTrackingEventDao_Impl(RoomDatabase __db)
-
-
Method Detail
-
insert
Object insert(CachedTrackingEvents event, Continuation<out Object> $completion)
-
delete
Object delete(String id, Continuation<out Object> $completion)
-
getAll
Object getAll(Continuation<out Object> $completion)
-
getRequiredConverters
@NonNull() static List<Class<out Object>> getRequiredConverters()
-
-
-
-