Added in version 33.1

AmbientManager.AmbientTransitionFinishedNotifier

public static interface AmbientManager.AmbientTransitionFinishedNotifier

com.google.wear.services.ambient.AmbientManager.AmbientTransitionFinishedNotifier


Transition callback provided to the component in#onStartAmbientTransition(TransitionDetails, AmbientTransitionFinishedNotifier) allowing it to signal early completion of the ambient entry or exit transition.

Summary

Public methods

abstract void notifyFinished()

Component should call this on the main/UI thread upon completion of their ambient entry or exit transition as it will signal the system that it can proceed with ambient state change.

Public methods

notifyFinished

Added in version 33.1
public abstract void notifyFinished ()

Component should call this on the main/UI thread upon completion of their ambient entry or exit transition as it will signal the system that it can proceed with ambient state change.