Table of Contents

Class SharedElementCallback

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

Constructors

SharedElementCallback()

public SharedElementCallback()

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

HPA initializer for SharedElementCallback()

public static SharedElementCallback CreatePoolableInstance()

Returns

SharedElementCallback

OnCaptureSharedElementSnapshot(View, Matrix, RectF)

public Parcelable OnCaptureSharedElementSnapshot(View arg0, Matrix arg1, RectF arg2)

Parameters

arg0 View

View

arg1 Matrix

Matrix

arg2 RectF

RectF

Returns

Parcelable

Parcelable

OnCreateSnapshotView(Context, Parcelable)

public View OnCreateSnapshotView(Context arg0, Parcelable arg1)

Parameters

arg0 Context

Context

arg1 Parcelable

Parcelable

Returns

View

View

OnMapSharedElements(List<String>, Map<String, View>)

public void OnMapSharedElements(List<String> arg0, Map<String, View> arg1)

Parameters

arg0 List<String>

List

arg1 Map<String, View>

Map

OnRejectSharedElements(List<View>)

public void OnRejectSharedElements(List<View> arg0)

Parameters

arg0 List<View>

List

OnSharedElementEnd(List<String>, List<View>, List<View>)

public void OnSharedElementEnd(List<String> arg0, List<View> arg1, List<View> arg2)

Parameters

arg0 List<String>

List

arg1 List<View>

List

arg2 List<View>

List

OnSharedElementStart(List<String>, List<View>, List<View>)

public void OnSharedElementStart(List<String> arg0, List<View> arg1, List<View> arg2)

Parameters

arg0 List<String>

List

arg1 List<View>

List

arg2 List<View>

List

OnSharedElementsArrived(List<String>, List<View>, OnSharedElementsReadyListener)

public void OnSharedElementsArrived(List<String> arg0, List<View> arg1, SharedElementCallback.OnSharedElementsReadyListener arg2)

Parameters

arg0 List<String>

List

arg1 List<View>

List

arg2 SharedElementCallback.OnSharedElementsReadyListener

SharedElementCallback.OnSharedElementsReadyListener