Language

AgentTaskState.ShouldInterruptPreviousAnimation Method

Definition

Indicates that this new state's icon should interrupt the animation of the previous state's icon.

[Android.Runtime.Register("shouldInterruptPreviousAnimation", "()Z", "", ApiSince=37)]
public bool ShouldInterruptPreviousAnimation();
[<Android.Runtime.Register("shouldInterruptPreviousAnimation", "()Z", "", ApiSince=37)>]
member this.ShouldInterruptPreviousAnimation : unit -> bool

Returns

true if this state's icon should interrupt the previous state's animation, instead of playing it until completion.

Attributes

Applies to