monoandroid
namespace Android.Views
{
[Register("android/view/WindowInsetsController", "", "Android.Views.IWindowInsetsControllerInvoker", ApiSince = 30)]
public interface IWindowInsetsController : IJavaObject, IJavaPeerable, IDisposable
{
[Register("controlWindowInsetsAnimation", "(IJLandroid/view/animation/Interpolator;Landroid/os/CancellationSignal;Landroid/view/WindowInsetsAnimationControlListener;)V", "GetControlWindowInsetsAnimation_IJLandroid_view_animation_Interpolator_Landroid_os_CancellationSignal_Landroid_view_WindowInsetsAnimationControlListener_Handler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince = 30)]
void ControlWindowInsetsAnimation(int types, long durationMillis, IInterpolator? interpolator, CancellationSignal? cancellationSignal, IWindowInsetsAnimationControlListener! listener);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |