Package com.thalesgroup.gemalto.d1
Class EntryUI
- java.lang.Object
-
- com.thalesgroup.gemalto.d1.EntryUI
-
public class EntryUI extends Object
Class for entry UI.- Since:
- 1.1.0
-
-
Constructor Summary
Constructors Constructor Description EntryUI(SecureEditText entryEditText)
Constructor for entry UI
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecureEditText
getEntryEditText()
-
-
-
Constructor Detail
-
EntryUI
public EntryUI(@Nullable SecureEditText entryEditText)
Constructor for entry UI- Parameters:
entryEditText
- an SecureEditText instance. It may be null inD1Task.activatePhysicalCard(String, EntryUI, D1Task.Callback)
when the card activation isCardActivationMethod.NOTHING
- Since:
- 1.1.0
-
-
Method Detail
-
getEntryEditText
@Nullable public SecureEditText getEntryEditText()
-
-