Public 成员函数 | |
| abstract void | onSuccess (long rowId) |
| abstract void | onFailure (int errorCode, String errorMessage) |
描述:插入数据的监听.
|
abstract |
On failure.
| errorCode | the error code |
| errorMessage | the error message |
|
abstract |
On success.
| rowId | the rowId |
1.8.8