Package com.gemalto.mfs.mwsdk.payment
Interface APDUProcessorSetupCallbacks
-
- All Known Implementing Classes:
AbstractHCEService
,com.gemalto.mfs.mwsdk.payment.internal.apduservice.AbstractHCEServiceInternal
,AsyncHCEService
public interface APDUProcessorSetupCallbacks
This interface contain callback methods used for APDUs processing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
setupCardActivation()
It is mandatory to set another card as default for the next payment transaction.PaymentServiceListener
setupListener()
Setup the Service Listener.void
setupPluginRegistration()
It is mandatory to setup plugin registration.
-
-
-
Method Detail
-
setupListener
PaymentServiceListener setupListener()
Setup the Service Listener. Its mandatory to setup the listener to use the service. Without setting it up, application will receive runtime exception- Returns:
PaymentServiceListener
-
setupPluginRegistration
void setupPluginRegistration()
It is mandatory to setup plugin registration. It is called by the SDK whenever there is no available resources of the registered plugins. Plugin registration is only called once and no instance initialized.
-
setupCardActivation
boolean setupCardActivation()
It is mandatory to set another card as default for the next payment transaction. This method is used along with the DigitalizedCard.seDefault(...) API.- Returns:
- boolean
-
-