Skip to content

Commit

Permalink
chore: push missing interace
Browse files Browse the repository at this point in the history
  • Loading branch information
jdicami authored and kanelbulle committed Nov 19, 2024
1 parent 5b5c440 commit aa20da4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package io.requery.android.database.sqlite;

public interface SQLiteUpdateHook {
void onUpdateFromNative(int operationType, String databaseName, String tableName, long rowId);
}

0 comments on commit aa20da4

Please sign in to comment.