Show / Hide Table of Contents

Class PasswordDialogFragment

Inheritance
System.Object
PasswordDialogFragment
Namespace: pdftron.PDF.Controls
Assembly: PDFViewCtrlTools.dll
Syntax
public class PasswordDialogFragment : DialogFragment

Constructors

PasswordDialogFragment()

Declaration
public PasswordDialogFragment()

PasswordDialogFragment(IntPtr, JniHandleOwnership)

Declaration
protected PasswordDialogFragment(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

Fields

KeyPositiveStringRes

Declaration
protected const string KeyPositiveStringRes = "key_positive_string_res"
Field Value
Type Description
System.String

Properties

JniPeerMembers

Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type Description
Java.Interop.JniPeerMembers

MDismissOnPositiveClicked

Declaration
protected bool MDismissOnPositiveClicked { get; set; }
Property Value
Type Description
System.Boolean

MFile

Declaration
protected File MFile { get; set; }
Property Value
Type Description
Java.IO.File

MMessageTextView

Declaration
protected TextView MMessageTextView { get; set; }
Property Value
Type Description
Android.Widget.TextView

MPassword

Declaration
protected string MPassword { get; set; }
Property Value
Type Description
System.String

MPasswordEditText

Declaration
protected TextInputEditText MPasswordEditText { get; set; }
Property Value
Type Description
Google.Android.Material.TextField.TextInputEditText

MPasswordLayout

Declaration
protected TextInputLayout MPasswordLayout { get; set; }
Property Value
Type Description
Google.Android.Material.TextField.TextInputLayout

MRoot

Declaration
protected View MRoot { get; set; }
Property Value
Type Description
Android.Views.View

MTitle

Declaration
protected string MTitle { get; set; }
Property Value
Type Description
System.String

MTitleTextView

Declaration
protected TextView MTitleTextView { get; set; }
Property Value
Type Description
Android.Widget.TextView

ThresholdClass

Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type Description
System.IntPtr

ThresholdType

Declaration
protected override Type ThresholdType { get; }
Property Value
Type Description
System.Type

Methods

GetTitle(Context)

Declaration
protected virtual string GetTitle(Context context)
Parameters
Type Name Description
Android.Content.Context context
Returns
Type Description
System.String

NewInstance(Int32, File, String, String)

Declaration
public static PasswordDialogFragment NewInstance(int fileType, File file, string path, string id)
Parameters
Type Name Description
System.Int32 fileType
Java.IO.File file
System.String path
System.String id
Returns
Type Description
PasswordDialogFragment

NewInstance(Int32, File, String, String, String)

Declaration
public static PasswordDialogFragment NewInstance(int fileType, File file, string path, string id, string hint)
Parameters
Type Name Description
System.Int32 fileType
Java.IO.File file
System.String path
System.String id
System.String hint
Returns
Type Description
PasswordDialogFragment

SetListener(PasswordDialogFragment.IPasswordDialogFragmentListener)

Declaration
public virtual void SetListener(PasswordDialogFragment.IPasswordDialogFragmentListener listener)
Parameters
Type Name Description
PasswordDialogFragment.IPasswordDialogFragmentListener listener

SetMessage(Int32)

Declaration
public virtual void SetMessage(int messageId)
Parameters
Type Name Description
System.Int32 messageId
In This Article
Back to top Generated by DocFX