Stay organized with collections
Save and categorize content based on your preferences.
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
onTimerFinished
public abstract void onTimerFinished (View v)
Called when the timer is finished.
onTimerSelected
public abstract void onTimerSelected (View v)
Called when the user selects the timer.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# DelayedConfirmationView.DelayedConfirmationListener\n===================================================\n\n\n`\npublic\nstatic\n\n\ninterface\nDelayedConfirmationView.DelayedConfirmationListener\n`\n\n\n`\n\n\n`\n\n|-----------------------------------------------------------------------------------|\n| android.support.wearable.view.DelayedConfirmationView.DelayedConfirmationListener |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\n\n**This interface is deprecated.** \n\nuse the `androidx.wear.widget.CircularProgressLayout` from the [Jetpack Wear](../../../../../jetpack/androidx/releases/wear) library instead.\n\nImplement this interface to receive callbacks when the timer is finished and when the user taps\nthe View to select it.\n\nSummary\n-------\n\n| ### Public methods ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract void` | ` `[onTimerFinished](../../../../../reference/android/support/wearable/view/DelayedConfirmationView.DelayedConfirmationListener.html#onTimerFinished(android.view.View))`(`[View](http://developer.android.com/reference/android/view/View.html)` v) ` Called when the timer is finished. |\n| ` abstract void` | ` `[onTimerSelected](../../../../../reference/android/support/wearable/view/DelayedConfirmationView.DelayedConfirmationListener.html#onTimerSelected(android.view.View))`(`[View](http://developer.android.com/reference/android/view/View.html)` v) ` Called when the user selects the timer. |\n\nPublic methods\n--------------\n\n### onTimerFinished\n\n```\npublic abstract void onTimerFinished (View v)\n```\n\nCalled when the timer is finished.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----|---------------|\n| `v` | `View` \u003cbr /\u003e |\n\n### onTimerSelected\n\n```\npublic abstract void onTimerSelected (View v)\n```\n\nCalled when the user selects the timer.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----|---------------|\n| `v` | `View` \u003cbr /\u003e |"]]