- runnable
- The action to run when the next animation starts.
Documentation for this section has not yet been entered.
Specifies an action to take place when the next animation runs. If there is a ViewPropertyAnimator.SetStartDelay(long) set on this ViewPropertyAnimator, then the action will run after that startDelay expires, when the actual animation begins. This method, along with ViewPropertyAnimator.WithEndAction(Java.Lang.IRunnable), is intended to help facilitate choreographing ViewPropertyAnimator animations with other animations or actions in the application.