Table of Contents

Class WindowInsetsAnimation.Callback

Namespace
Android.View
Assembly
MASES.Netdroid.dll
public class WindowInsetsAnimation.Callback : JVMBridgeBase<WindowInsetsAnimation.Callback>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
WindowInsetsAnimation.Callback
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<WindowInsetsAnimation.Callback>.IsAssignableFrom(IJavaType)
JVMBridgeBase<WindowInsetsAnimation.Callback>.IsAssignableFrom<T>()
JVMBridgeBase<WindowInsetsAnimation.Callback>.Execute<T>(params T[])
JVMBridgeBase<WindowInsetsAnimation.Callback>.DynBridgeClazz
JVMBridgeBase<WindowInsetsAnimation.Callback>.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.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Callback()

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

[Obsolete("Callback class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Callback()

Callback(int)

public Callback(int arg0)

Parameters

arg0 int

int

Callback(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("Callback class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Callback(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DISPATCH_MODE_CONTINUE_ON_SUBTREE

public static int DISPATCH_MODE_CONTINUE_ON_SUBTREE { get; }

Property Value

int

DISPATCH_MODE_STOP

public static int DISPATCH_MODE_STOP { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetDispatchMode()

public int GetDispatchMode()

Returns

int

int

OnEnd(WindowInsetsAnimation)

public void OnEnd(WindowInsetsAnimation arg0)

Parameters

arg0 WindowInsetsAnimation

WindowInsetsAnimation

OnPrepare(WindowInsetsAnimation)

public void OnPrepare(WindowInsetsAnimation arg0)

Parameters

arg0 WindowInsetsAnimation

WindowInsetsAnimation

OnProgress(WindowInsets, List<WindowInsetsAnimation>)

public WindowInsets OnProgress(WindowInsets arg0, List<WindowInsetsAnimation> arg1)

Parameters

arg0 WindowInsets

WindowInsets

arg1 List<WindowInsetsAnimation>

List

Returns

WindowInsets

WindowInsets

OnStart(WindowInsetsAnimation, Bounds)

public WindowInsetsAnimation.Bounds OnStart(WindowInsetsAnimation arg0, WindowInsetsAnimation.Bounds arg1)

Parameters

arg0 WindowInsetsAnimation

WindowInsetsAnimation

arg1 WindowInsetsAnimation.Bounds

WindowInsetsAnimation.Bounds

Returns

WindowInsetsAnimation.Bounds

WindowInsetsAnimation.Bounds