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 Type
    Method
    Description
    void
    Invoked when User Notification is required.
  • Method Details

    • onUserNotification

      void onUserNotification(Parameters parameters)
      Invoked when User Notification is required.
      Parameters:
      parameters - Parameters collection which can contain:

      ParameterKeys.ResponseRequired indicating whether the integrating application needs to respond.