- Enclosing interface:
- CallMeterBase
public static interface CallMeterBase.Timer
-
Method Summary
| Modifier and Type |
Method |
Description |
void |
onError() |
Stops the Timer and records a failed call.
|
void |
onSuccess() |
Stops the Timer and records a successful call.
|
-
Method Details
-
void onError()
Stops the Timer and records a failed call. This method must be invoked when a call
failed.
-
void onSuccess()
Stops the Timer and records a successful call.