Package com.creditcall.chipdnamobile
Interface IRequestActivityListener
public interface IRequestActivityListener
This interface is used to receive notification when Activity is requested to perform a transaction.
When
onRequestActivity() is called, the SDK expects to receive an Activity instance through ChipDnaMobile.continueRequestedActivity(Activity)
The Activity that is being passed should be in foreground and active until the transaction is finished.
Before calling ChipDnaMobile.startTransaction(Parameters) register this listener using ChipDnaMobile.addApplicationSelectionListener(IApplicationSelectionListener).- Author:
- Creditcall Ltd.
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when Activity is requested to process a transaction.
-
Method Details
-
onRequestActivity
void onRequestActivity()Invoked when Activity is requested to process a transaction.
-