Class TKSmartCardUserInteraction

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol
Direct Known Subclasses:
TKSmartCardUserInteractionForPINOperation

public class TKSmartCardUserInteraction
extends NSObject
  • Constructor Details

    • TKSmartCardUserInteraction

      public TKSmartCardUserInteraction()
    • TKSmartCardUserInteraction

      protected TKSmartCardUserInteraction​(NSObject.Handle h, long handle)
    • TKSmartCardUserInteraction

      protected TKSmartCardUserInteraction​(NSObject.SkipInit skipInit)
  • Method Details

    • getDelegate

      public TKSmartCardUserInteractionDelegate getDelegate()
    • setDelegate

      public void setDelegate​(TKSmartCardUserInteractionDelegate v)
    • getInitialTimeout

      public double getInitialTimeout()
    • setInitialTimeout

      public void setInitialTimeout​(double v)
    • getInteractionTimeout

      public double getInteractionTimeout()
    • setInteractionTimeout

      public void setInteractionTimeout​(double v)
    • run

      public void run​(VoidBlock2<Boolean,​NSError> reply)
    • cancel

      public boolean cancel()