Share via


AnimatorSet.Play(Animator) Method

Definition

This method creates a Builder object, which is used to set up playing constraints.

[Android.Runtime.Register("play", "(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;", "")]
public Android.Animation.AnimatorSet.Builder? Play (Android.Animation.Animator? anim);
[<Android.Runtime.Register("play", "(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;", "")>]
member this.Play : Android.Animation.Animator -> Android.Animation.AnimatorSet.Builder

Parameters

anim
Animator

The animation that is the dependency used in later calls to the methods in the returned Builder object. A null parameter will result in a null Builder return value.

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to