.. java:import:: android Manifest .. java:import:: android.annotation SuppressLint .. java:import:: android.app Activity .. java:import:: android.app Dialog .. java:import:: android.content Context .. java:import:: android.content DialogInterface .. java:import:: android.content.pm PackageManager .. java:import:: android.graphics Color .. java:import:: android.graphics.drawable ColorDrawable .. java:import:: android.os Build .. java:import:: android.os Bundle .. java:import:: android.view KeyEvent .. java:import:: com.idopte.scmapiembed SCMHelper .. java:import:: com.idopte.scmiddleware Log .. java:import:: android.view Window .. java:import:: android.view WindowManager .. java:import:: android.webkit PermissionRequest .. java:import:: android.webkit WebChromeClient .. java:import:: android.webkit WebSettings .. java:import:: android.webkit WebView .. java:import:: androidx.annotation NonNull .. java:import:: androidx.annotation Nullable .. java:import:: androidx.core.view WindowCompat .. java:import:: androidx.core.view WindowInsetsCompat .. java:import:: androidx.core.view WindowInsetsControllerCompat .. java:import:: androidx.fragment.app DialogFragment .. java:import:: androidx.fragment.app FragmentActivity .. java:import:: androidx.lifecycle DefaultLifecycleObserver .. java:import:: androidx.lifecycle LifecycleObserver .. java:import:: androidx.lifecycle LifecycleOwner .. java:import:: com.idopte.scmapi Certificate .. java:import:: com.idopte.scmapi CredentialState .. java:import:: com.idopte.scmapi CredentialValue .. java:import:: com.idopte.scmapi Pin .. java:import:: com.idopte.scmapi Reader .. java:import:: com.idopte.scmapi ReaderEvents .. java:import:: com.idopte.scmapi SCMEnvironment .. java:import:: com.idopte.scmapi SCMException .. java:import:: com.idopte.scmapi Token .. java:import:: com.idopte.scmapi Util .. java:import:: com.idopte.scmapiembed SCMEmbedEnvironment .. java:import:: com.idopte.scmiddleware SCWSSystem .. java:import:: com.idopte.scmjavaapi BuildConfig .. java:import:: com.idopte.scmjavaapi R .. java:import:: org.json JSONException .. java:import:: org.json JSONObject .. java:import:: java.io IOException .. java:import:: java.util Arrays .. java:import:: java.util HashMap .. java:import:: java.util Map .. java:import:: java.util Timer .. java:import:: java.util TimerTask .. java:import:: java.util.concurrent CountDownLatch EnterPinDialog ============== .. java:package:: com.idopte.scmapi.ui :noindex: .. java:type:: public class EnterPinDialog implements EnterPin Implementation of \ :java:ref:`EnterPin`\ interface, using a ``DialogFragment`` to display UI for the user. Constructors ------------ EnterPinDialog ^^^^^^^^^^^^^^ .. java:constructor:: public EnterPinDialog() :outertype: EnterPinDialog Creates a ``EnterPinDialog`` instance. Methods ------- dismissEnterPin ^^^^^^^^^^^^^^^ .. java:method:: @Override public void dismissEnterPin() :outertype: EnterPinDialog Stops asking the user to enter PIN value. enterPin ^^^^^^^^ .. java:method:: @Override public void enterPin(Pin pin, EnterPin.Callback callback) :outertype: EnterPinDialog Shows a dialog fragment asking the user to enter PIN value. If PIN is successfully verified or if PIN is blocked, dialog is closed. :param pin: the PIN to verify. :param callback: object to use as a callback. enterPin ^^^^^^^^ .. java:method:: @Override public void enterPin(int slot, EnterPin.Callback callback) :outertype: EnterPinDialog Shows a dialog fragment asking the user to enter PIN value. If PIN is successfully verified or if PIN is blocked, dialog is closed. :param slot: the slot of the PIN to verify. :param callback: object to use as a callback.