AgentTaskState.ShouldLoopAnimation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that this state's icon animation should be looped on repeat.
[Android.Runtime.Register("shouldLoopAnimation", "()Z", "", ApiSince=37)]
public bool ShouldLoopAnimation();
[<Android.Runtime.Register("shouldLoopAnimation", "()Z", "", ApiSince=37)>]
member this.ShouldLoopAnimation : unit -> bool
Returns
true if this state's icon should continue looping as long as is allowed by
the system.
- Attributes