Android.Views.ViewPropertyAnimator.WithStartAction Method
Specifies an action to take place when the next animation runs.

Syntax

[Android.Runtime.Register("withStartAction", "(Ljava/lang/Runnable;)Landroid/view/ViewPropertyAnimator;", "GetWithStartAction_Ljava_lang_Runnable_Handler")]
public virtual ViewPropertyAnimator WithStartAction (Java.Lang.IRunnable runnable)

Parameters

runnable
The action to run when the next animation starts.

Returns

Documentation for this section has not yet been entered.

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16