Table of Contents

Class DialogFragment

Namespace
Android.App
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class DialogFragment : Fragment, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IComponentCallbacks2, IComponentCallbacks
Inheritance
DialogFragment
Implements
Inherited Members
Extension Methods

Constructors

DialogFragment()

[Obsolete("Deprecated in JVM")]
public DialogFragment()

DialogFragment(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 DialogFragment(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

STYLE_NORMAL

[Obsolete("Deprecated in JVM")]
public static int STYLE_NORMAL { get; set; }

Property Value

int

STYLE_NO_FRAME

[Obsolete("Deprecated in JVM")]
public static int STYLE_NO_FRAME { get; set; }

Property Value

int

STYLE_NO_INPUT

[Obsolete("Deprecated in JVM")]
public static int STYLE_NO_INPUT { get; set; }

Property Value

int

STYLE_NO_TITLE

[Obsolete("Deprecated in JVM")]
public static int STYLE_NO_TITLE { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for DialogFragment()

public static DialogFragment CreatePoolableInstance()

Returns

DialogFragment

Dismiss()

[Obsolete("Deprecated in JVM")]
public void Dismiss()

DismissAllowingStateLoss()

[Obsolete("Deprecated in JVM")]
public void DismissAllowingStateLoss()

GetDialog()

[Obsolete("Deprecated in JVM")]
public Dialog GetDialog()

Returns

Dialog

Dialog

GetShowsDialog()

[Obsolete("Deprecated in JVM")]
public bool GetShowsDialog()

Returns

bool

bool

GetTheme()

[Obsolete("Deprecated in JVM")]
public int GetTheme()

Returns

int

int

IsCancelable()

[Obsolete("Deprecated in JVM")]
public bool IsCancelable()

Returns

bool

bool

OnCancel(DialogInterface)

[Obsolete("Deprecated in JVM")]
public void OnCancel(DialogInterface arg0)

Parameters

arg0 DialogInterface

DialogInterface

OnCreateDialog(Bundle)

[Obsolete("Deprecated in JVM")]
public Dialog OnCreateDialog(Bundle arg0)

Parameters

arg0 Bundle

Bundle

Returns

Dialog

Dialog

OnDismiss(DialogInterface)

[Obsolete("Deprecated in JVM")]
public void OnDismiss(DialogInterface arg0)

Parameters

arg0 DialogInterface

DialogInterface

SetCancelable(bool)

[Obsolete("Deprecated in JVM")]
public void SetCancelable(bool arg0)

Parameters

arg0 bool

bool

SetShowsDialog(bool)

[Obsolete("Deprecated in JVM")]
public void SetShowsDialog(bool arg0)

Parameters

arg0 bool

bool

SetStyle(int, int)

[Obsolete("Deprecated in JVM")]
public void SetStyle(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Show(FragmentManager, String)

[Obsolete("Deprecated in JVM")]
public void Show(FragmentManager arg0, String arg1)

Parameters

arg0 FragmentManager

FragmentManager

arg1 String

String

Show(FragmentTransaction, String)

[Obsolete("Deprecated in JVM")]
public int Show(FragmentTransaction arg0, String arg1)

Parameters

arg0 FragmentTransaction

FragmentTransaction

arg1 String

String

Returns

int

int