Interface CallMeterBase.Timer

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

    • onError

      void onError()
      Stops the Timer and records a failed call. This method must be invoked when a call failed.
    • onSuccess

      void onSuccess()
      Stops the Timer and records a successful call.