Q: 6
What do you want from Room when you create a DAO method and annotate it with @Update?
Example:
@Dao
interface MyDao {
@Update
fun updateUsers(vararg users: User)
}
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.