T - Batch holder typepublic interface WriteBatchListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onErrorOccured(int errorCode)
Informs that an error has occured during batch write operation.
|
void |
onWriteBatchFinish(T batchHolder)
Informs that Android device finishes writing parameters Batch to Beacon device.
|
void |
onWriteBatchStart(T batchHolder)
Informs that Android device starts writing parameters Batch to Beacon device.
|
void |
onWriteFailure()
Notifies the failure occured during writing parameters batch to iBeacon device.
|
void onWriteBatchStart(T batchHolder)
batchHolder - the batch holdervoid onWriteBatchFinish(T batchHolder)
batchHolder - the batch holdervoid onErrorOccured(int errorCode)
errorCode - the error codevoid onWriteFailure()