public class

SignatureInfoDialog

extends DialogFragment
java.lang.Object
   ↳ androidx.fragment.app.Fragment
     ↳ androidx.fragment.app.DialogFragment
       ↳ com.pspdfkit.ui.signatures.SignatureInfoDialog

Class Overview

Dialog showing information of a digital signature. To show the dialog in the current activity use show(FragmentManager, DigitalSignatureInfo, Runnable) passing in a DigitalSignatureInfo instance.

Summary

[Expand]
Inherited Constants
From class androidx.fragment.app.DialogFragment
[Expand]
Inherited Fields
From class androidx.fragment.app.Fragment
Public Constructors
SignatureInfoDialog()
Public Methods
void onCreate(Bundle savedInstanceState)
Dialog onCreateDialog(Bundle savedInstanceState)
void onDestroy()
void onSaveInstanceState(Bundle outState)
static void show(FragmentManager fragmentManager, DigitalSignatureInfo signatureInfo, Runnable onDeleteSignature)
Creates and shows a SignatureInfoDialog instance.
[Expand]
Inherited Methods
From class androidx.fragment.app.DialogFragment
From class androidx.fragment.app.Fragment
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.DialogInterface.OnCancelListener
From interface android.content.DialogInterface.OnDismissListener
From interface android.view.View.OnCreateContextMenuListener
From interface androidx.activity.result.ActivityResultCaller
From interface androidx.lifecycle.HasDefaultViewModelProviderFactory
From interface androidx.lifecycle.LifecycleOwner
From interface androidx.lifecycle.ViewModelStoreOwner
From interface androidx.savedstate.SavedStateRegistryOwner

Public Constructors

public SignatureInfoDialog ()

Public Methods

public void onCreate (Bundle savedInstanceState)

public Dialog onCreateDialog (Bundle savedInstanceState)

public void onDestroy ()

public void onSaveInstanceState (Bundle outState)

public static void show (FragmentManager fragmentManager, DigitalSignatureInfo signatureInfo, Runnable onDeleteSignature)

Creates and shows a SignatureInfoDialog instance. The dialog is a fragment that will be attached to the activity using the given fragmentManager.

Parameters
fragmentManager The FragmentManager that is used to attach the dialog to the activity.
signatureInfo The DigitalSignatureInfo for being displayed in the dialog.