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