AgentTaskState.ShouldInterruptPreviousAnimation 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 새 상태의 아이콘이 이전 상태 아이콘의 애니메이션을 중단해야 했음을 나타냅니다.
[Android.Runtime.Register("shouldInterruptPreviousAnimation", "()Z", "", ApiSince=37)]
public bool ShouldInterruptPreviousAnimation();
[<Android.Runtime.Register("shouldInterruptPreviousAnimation", "()Z", "", ApiSince=37)>]
member this.ShouldInterruptPreviousAnimation : unit -> bool
반품
true 이 상태의 아이콘이 완료될 때까지 재생하지 않고 이전 상태의 애니메이션을 중단해야 하면 입니다.
- 특성