IWindowInsetsAnimationController.Types Property

Definition

The WindowInsets.Type s this object is currently controlling. Value is either 0 or a combination of the following:

public int Types { [Android.Runtime.Register("getTypes", "()I", "GetGetTypesHandler:Android.Views.IWindowInsetsAnimationControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getTypes", "()I", "GetGetTypesHandler:Android.Views.IWindowInsetsAnimationControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
member this.Types : int

Property Value

Attributes

Remarks

For details, see the Android reference documentation for android.view.WindowInsetsAnimationController.getTypes.

Java documentation for android.view.WindowInsetsAnimationController.getTypes.

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.

Applies to