Class SimplePinDialog

java.lang.Object
androidx.fragment.app.Fragment
androidx.fragment.app.DialogFragment
All Implemented Interfaces:
android.content.ComponentCallbacks, android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnDismissListener, android.view.View.OnCreateContextMenuListener, androidx.activity.result.ActivityResultCaller, androidx.lifecycle.HasDefaultViewModelProviderFactory, androidx.lifecycle.LifecycleOwner, androidx.lifecycle.ViewModelStoreOwner, androidx.savedstate.SavedStateRegistryOwner

public class SimplePinDialog extends CustomViewDialog<SimplePinDialog>
An simple dialog with an pin field. Required pin can be specified You can also use an SimpleInputDialog.InputValidator to validate input. Results: PIN String The entered pin code Created by eltos on 14.10.2015.