Table of Contents

Class Scene

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

Constructors

Scene(ViewGroup)

public Scene(ViewGroup arg0)

Parameters

arg0 ViewGroup

ViewGroup

Scene(ViewGroup, View)

public Scene(ViewGroup arg0, View arg1)

Parameters

arg0 ViewGroup

ViewGroup

arg1 View

View

Scene(ViewGroup, ViewGroup)

[Obsolete("Deprecated in JVM")]
public Scene(ViewGroup arg0, ViewGroup arg1)

Parameters

arg0 ViewGroup

ViewGroup

arg1 ViewGroup

ViewGroup

Scene(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 Scene(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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(ViewGroup)

HPA initializer for Scene(Android.View.ViewGroup arg0)

public static Scene CreatePoolableInstance(ViewGroup arg0)

Parameters

arg0 ViewGroup

Returns

Scene

CreatePoolableInstance(ViewGroup, View)

HPA initializer for Scene(Android.View.ViewGroup arg0, Android.View.View arg1)

public static Scene CreatePoolableInstance(ViewGroup arg0, View arg1)

Parameters

arg0 ViewGroup
arg1 View

Returns

Scene

CreatePoolableInstance(ViewGroup, ViewGroup)

HPA initializer for Scene(Android.View.ViewGroup arg0, Android.View.ViewGroup arg1)

public static Scene CreatePoolableInstance(ViewGroup arg0, ViewGroup arg1)

Parameters

arg0 ViewGroup
arg1 ViewGroup

Returns

Scene

Enter()

public void Enter()

Exit()

public void Exit()

GetCurrentScene(ViewGroup)

public static Scene GetCurrentScene(ViewGroup arg0)

Parameters

arg0 ViewGroup

ViewGroup

Returns

Scene

Scene

GetSceneForLayout(ViewGroup, int, Context)

public static Scene GetSceneForLayout(ViewGroup arg0, int arg1, Context arg2)

Parameters

arg0 ViewGroup

ViewGroup

arg1 int

int

arg2 Context

Context

Returns

Scene

Scene

GetSceneRoot()

public ViewGroup GetSceneRoot()

Returns

ViewGroup

ViewGroup

SetEnterAction(Runnable)

public void SetEnterAction(Runnable arg0)

Parameters

arg0 Runnable

Runnable

SetExitAction(Runnable)

public void SetExitAction(Runnable arg0)

Parameters

arg0 Runnable

Runnable