Stay organized with collections
Save and categorize content based on your preferences.
ConfirmationOverlay.FinishedAnimationListener
public
static
interface
ConfirmationOverlay.FinishedAnimationListener
android.support.wearable.view.ConfirmationOverlay.FinishedAnimationListener
|
Known indirect subclasses
|
This interface is deprecated.
use androidx.wear.widget.ConfirmationOverlay
provided by the Jetpack Wear library instead.
Interface for listeners to be notified when the ConfirmationOverlay
animation has
finished and its View
has been removed.
Summary
Public methods
onAnimationFinished
public abstract void onAnimationFinished ()
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,["# ConfirmationOverlay.FinishedAnimationListener\n\nSummary: [Methods](#pubmethods) \n\nConfirmationOverlay.FinishedAnimationListener\n=============================================\n\n\n`\npublic\nstatic\n\n\ninterface\nConfirmationOverlay.FinishedAnimationListener\n`\n\n\n`\n\n\n`\n\n|-----------------------------------------------------------------------------|\n| android.support.wearable.view.ConfirmationOverlay.FinishedAnimationListener |\n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known indirect subclasses [ConfirmationActivity](../../../../../reference/android/support/wearable/activity/ConfirmationActivity.html) |--------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [ConfirmationActivity](../../../../../reference/android/support/wearable/activity/ConfirmationActivity.html) | *This class is deprecated. use `androidx.wear.activity.ConfirmationActivity` provided by the [Jetpack Wear](../../../../../jetpack/androidx/releases/wear) library instead.* | |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\n\n**This interface is deprecated.** \n\nuse `androidx.wear.widget.ConfirmationOverlay` provided by the [Jetpack Wear](../../../../../jetpack/androidx/releases/wear) library instead.\n\nInterface for listeners to be notified when the [ConfirmationOverlay](../../../../../reference/android/support/wearable/view/ConfirmationOverlay.html) animation has\nfinished and its [View](http://developer.android.com/reference/android/view/View.html) has been removed.\n\nSummary\n-------\n\n| ### Public methods ||\n|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract void` | ` `[onAnimationFinished](../../../../../reference/android/support/wearable/view/ConfirmationOverlay.FinishedAnimationListener.html#onAnimationFinished())`() ` |\n\nPublic methods\n--------------\n\n### onAnimationFinished\n\n```\npublic abstract void onAnimationFinished ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]