IWindowInsetsAnimationController.IsReady Property
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.
Returns whether this instance is ready to be used to control window insets.
public virtual bool IsReady { [Android.Runtime.Register("isReady", "()Z", "GetIsReadyHandler:Android.Views.IWindowInsetsAnimationController, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isReady", "()Z", "GetIsReadyHandler:Android.Views.IWindowInsetsAnimationController, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
member this.IsReady : bool
Property Value
true
if the instance is ready, false
otherwise.
- Attributes
Remarks
Returns whether this instance is ready to be used to control window insets.
Instances are ready when passed in WindowInsetsAnimationControlListener#onReady
and stop being ready when it is either #isFinished() finished
or #isCancelled() cancelled
.
Java documentation for android.view.WindowInsetsAnimationController.isReady()
.
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.