public class

CardInsertedHandler

extends PayPalRetailObject
java.lang.Object
   ↳ PayPalRetailObject
     ↳ com.paypal.paypalretailsdk.CardInsertedHandler

Class Overview

When card insert is detected during a transaction, the registered listener with be invoked with this handler method

Summary

Public Constructors
CardInsertedHandler()
Public Methods
void continueWithCardDataRead()
Continue to read EMV data from inserted card
void dismissSDKUIPrompt()
Dismiss any SDK UI Dialog that would be displayed at the time this handler is invoked
String toString()
Returns a string representing the serialized state of the CardInsertedHandler object
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CardInsertedHandler ()

Public Methods

public void continueWithCardDataRead ()

Continue to read EMV data from inserted card

public void dismissSDKUIPrompt ()

Dismiss any SDK UI Dialog that would be displayed at the time this handler is invoked

public String toString ()

Returns a string representing the serialized state of the CardInsertedHandler object