All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.database.DatabaseErrorHandler Maven / Gradle / Ivy

package android.database;

import android.database.sqlite.SQLiteDatabase;

public interface DatabaseErrorHandler
{
    void onCorruption(SQLiteDatabase paramSQLiteDatabase);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy