Called after a successful upload of points to the server by StrokeManager.
Method Detail
onSuccess
void onSuccess()
Called after a successful upload of points to the server by StrokeManager. May be called multiple times
following one StrokeManager.upload() call because that method breaks the upload up into chunks. Each
chunk may succeed independently of others.
onFailure
void onFailure()
Called after a failed upload of points to the server by StrokeManager. May be called multiple times
following one StrokeManager.upload() call because that method breaks the upload up into chunks. Each
chunk may fail independently.