public interface BaseCallback
Modifier and Type | Method and Description |
---|---|
void |
onError(PushtechError error)
This function execute automatically when the any server request fails.
|
void onError(PushtechError error)
error
- this a PushException with the pretty error message.