Package com.creditcall.chipdnamobile
Interface IUserNotificationListener
-
public interface IUserNotificationListenerThis interface is used to receive notification when a notification is needed to be displayed for the user. Before callingChipDnaMobile.startTransaction(Parameters)register this listener usingChipDnaMobile.addUserNotificationListener(IUserNotificationListener).- Author:
- Creditcall Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonUserNotification(Parameters parameters)Invoked when User Notification is required.
-
-
-
Method Detail
-
onUserNotification
void onUserNotification(Parameters parameters)
Invoked when User Notification is required.- Parameters:
parameters-Parameterscollection which can contain:ParameterKeys.ResponseRequiredindicating whether the integrating application needs to respond.
-
-