Skip to content

Instantly share code, notes, and snippets.

@deepanshu42
Created May 23, 2020 07:03
Show Gist options
  • Save deepanshu42/65872508c5f2438243dca02e6cc45549 to your computer and use it in GitHub Desktop.
Save deepanshu42/65872508c5f2438243dca02e6cc45549 to your computer and use it in GitHub Desktop.
Deletion in Room Dao Example
@Dao
interface UserDao {
@Delete
fun deleteUsers(vararg users: User)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment