Package com.creditcall.chipdnamobile
Interface IUserNotificationListener
public interface IUserNotificationListener
This interface is used to receive notification when a notification is needed to be displayed for the user.
Before calling
ChipDnaMobile.startTransaction(Parameters) register this listener using ChipDnaMobile.addUserNotificationListener(IUserNotificationListener).- Author:
- Creditcall Ltd.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonUserNotification(Parameters parameters) Invoked when User Notification is required.
-
Method Details
-
onUserNotification
Invoked when User Notification is required.- Parameters:
parameters-Parameterscollection which can contain:ParameterKeys.ResponseRequiredindicating whether the integrating application needs to respond.
-