Package org.robovm.apple.cryptotokenkit
Interface TKSmartCardUserInteractionDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
TKSmartCardUserInteractionDelegateAdapter
public interface TKSmartCardUserInteractionDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voidcharacterEntered(TKSmartCardUserInteraction interaction)voidcorrectionKeyPressed(TKSmartCardUserInteraction interaction)voidinvalidCharacterEntered(TKSmartCardUserInteraction interaction)voidnewPINConfirmationRequested(TKSmartCardUserInteraction interaction)voidnewPINRequested(TKSmartCardUserInteraction interaction)voidoldPINRequested(TKSmartCardUserInteraction interaction)voidvalidationKeyPressed(TKSmartCardUserInteraction interaction)
-
Method Details
-
characterEntered
-
correctionKeyPressed
-
validationKeyPressed
-
invalidCharacterEntered
-
oldPINRequested
-
newPINRequested
-
newPINConfirmationRequested
-