Table of Contents

Class WindowInsetsAnimationControlListener

Namespace
Android.View
Assembly
MASES.Netdroid.dll
public class WindowInsetsAnimationControlListener : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IWindowInsetsAnimationControlListener
Inheritance
JVMBridgeBase
JVMBridgeBase<JVMBridgeListener>
JVMBridgeListener
WindowInsetsAnimationControlListener
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeListener.Dispose()
JVMBridgeListener.AutoInit
JVMBridgeListener.IsBridgeStatic
JVMBridgeListener.IsBridgeCloseable
JVMBridgeListener.IsBridgeListener
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom(IJavaType)
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom<T>()
JVMBridgeBase<JVMBridgeListener>.Execute<T>(params T[])
JVMBridgeBase<JVMBridgeListener>.DynBridgeClazz
JVMBridgeBase<JVMBridgeListener>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeInterface
JVMBridgeBase.IsBridgeAbstract
Extension Methods

Constructors

WindowInsetsAnimationControlListener()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public WindowInsetsAnimationControlListener()

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

OnOnCancelled

public Action<WindowInsetsAnimationController> OnOnCancelled { get; set; }

Property Value

Action<WindowInsetsAnimationController>

Remarks

If OnOnCancelled has a value it takes precedence over corresponding class method

OnOnFinished

public Action<WindowInsetsAnimationController> OnOnFinished { get; set; }

Property Value

Action<WindowInsetsAnimationController>

Remarks

If OnOnFinished has a value it takes precedence over corresponding class method

OnOnReady

public Action<WindowInsetsAnimationController, int> OnOnReady { get; set; }

Property Value

Action<WindowInsetsAnimationController, int>

Remarks

If OnOnReady has a value it takes precedence over corresponding class method

Methods

InitializeHandlers()

Handlers initializer for WindowInsetsAnimationControlListener

protected virtual void InitializeHandlers()

OnCancelled(WindowInsetsAnimationController)

public virtual void OnCancelled(WindowInsetsAnimationController arg0)

Parameters

arg0 WindowInsetsAnimationController

WindowInsetsAnimationController

OnFinished(WindowInsetsAnimationController)

public virtual void OnFinished(WindowInsetsAnimationController arg0)

Parameters

arg0 WindowInsetsAnimationController

WindowInsetsAnimationController

OnReady(WindowInsetsAnimationController, int)

public virtual void OnReady(WindowInsetsAnimationController arg0, int arg1)

Parameters

arg0 WindowInsetsAnimationController

WindowInsetsAnimationController

arg1 int

int