Table of Contents

Class BackEvent

Namespace
Android.Window
Assembly
MASES.Netdroid.dll
public class BackEvent : JVMBridgeBase<BackEvent>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
BackEvent
Implements
Extension Methods

Constructors

BackEvent(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public BackEvent(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

BackEvent(float, float, float, int)

public BackEvent(float arg0, float arg1, float arg2, int arg3)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 int

int

BackEvent(float, float, float, int, long)

public BackEvent(float arg0, float arg1, float arg2, int arg3, long arg4)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 int

int

arg4 long

long

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EDGE_LEFT

public static int EDGE_LEFT { get; set; }

Property Value

int

EDGE_NONE

public static int EDGE_NONE { get; set; }

Property Value

int

EDGE_RIGHT

public static int EDGE_RIGHT { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance(float, float, float, int)

HPA initializer for BackEvent(float arg0, float arg1, float arg2, int arg3)

public static BackEvent CreatePoolableInstance(float arg0, float arg1, float arg2, int arg3)

Parameters

arg0 float
arg1 float
arg2 float
arg3 int

Returns

BackEvent

CreatePoolableInstance(float, float, float, int, long)

HPA initializer for BackEvent(float arg0, float arg1, float arg2, int arg3, long arg4)

public static BackEvent CreatePoolableInstance(float arg0, float arg1, float arg2, int arg3, long arg4)

Parameters

arg0 float
arg1 float
arg2 float
arg3 int
arg4 long

Returns

BackEvent

GetFrameTimeMillis()

public long GetFrameTimeMillis()

Returns

long

long

GetProgress()

public float GetProgress()

Returns

float

float

GetSwipeEdge()

public int GetSwipeEdge()

Returns

int

int

GetTouchX()

public float GetTouchX()

Returns

float

float

GetTouchY()

public float GetTouchY()

Returns

float

float