public static interface

DelayedConfirmationView.DelayedConfirmationListener

Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.

android.support.wearable.view.DelayedConfirmationView.DelayedConfirmationListener

Class Overview

Implement this interface to receive callbacks when the timer is finished and when the user taps the View to select it.

Summary

Public Methods
abstract void onTimerFinished(View v)
Called when the timer is finished.
abstract void onTimerSelected(View v)
Called when the user selects the timer.

Public Methods

public abstract void onTimerFinished (View v)

Called when the timer is finished.

public abstract void onTimerSelected (View v)

Called when the user selects the timer.