言語

AgentTaskState.ShouldInterruptPreviousAnimation メソッド

定義

この新しい状態のアイコンが、前の状態のアイコンのアニメーションを中断する必要があることを示します。

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

返品

true この状態のアイコンが、完了するまで再生するのではなく、前の状態のアニメーションを中断する必要がある場合。

属性

適用対象