public interface DBInitHandler
Modifier and Type | Method and Description |
---|---|
void |
onCompleted() |
void |
onCreate(android.database.sqlite.SQLiteDatabase db) |
void |
onOpened(android.database.sqlite.SQLiteDatabase db) |
void |
onStarted() |
void |
onUpgrade(android.database.sqlite.SQLiteDatabase db,
int oldVersion,
int newVersion) |
void onStarted()
void onCreate(android.database.sqlite.SQLiteDatabase db)
void onUpgrade(android.database.sqlite.SQLiteDatabase db, int oldVersion, int newVersion)
void onOpened(android.database.sqlite.SQLiteDatabase db)
void onCompleted()
Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.