public static interface EnelXManager.StopChargeCallback
| Modifier and Type | Interface and Description |
|---|---|
static class |
EnelXManager.StopChargeCallback.Error |
| Modifier and Type | Method and Description |
|---|---|
void |
onChargeStopped()
Called to notify that the charge has been stopped.
|
void |
onError(EnelXManager.StopChargeCallback.Error code,
java.lang.Exception exception)
Called when an error is encountered during the stop charge flow.
|
void |
onRequestSent()
Called to notify that the stop charge request has been sent to the charging point.
|
void onError(EnelXManager.StopChargeCallback.Error code, java.lang.Exception exception)
EnelXManager.startCharge(Context, ChargingPoint, String, StartChargeCallback)
method.code - A code representing the error.exception - More details about the encountered error.void onRequestSent()
void onChargeStopped()