DelayedConfirmationView.DelayedConfirmationListener
  public
  static
  
  
  interface
  DelayedConfirmationView.DelayedConfirmationListener
  
  
  
| android.support.wearable.view.DelayedConfirmationView.DelayedConfirmationListener | 
      This interface is deprecated.
    use the androidx.wear.widget.CircularProgressLayout from the Jetpack Wear library instead.
  
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
onTimerFinished
public abstract void onTimerFinished (View v)
Called when the timer is finished.
| Parameters | |
|---|---|
| v | View | 
onTimerSelected
public abstract void onTimerSelected (View v)
Called when the user selects the timer.
| Parameters | |
|---|---|
| v | View | 
