public interface

InternalNotificationListener

com.urbanairship.push.InternalNotificationListener

Class Overview

Internal listener used by Airship Components to listen for notifications.

Summary

Public Methods
abstract void onNotificationResponse(NotificationInfo notificationInfo, NotificationActionButtonInfo actionButtonInfo)
Called when a notification received a response.

Public Methods

public abstract void onNotificationResponse (NotificationInfo notificationInfo, NotificationActionButtonInfo actionButtonInfo)

Called when a notification received a response.

Parameters
notificationInfo The notification info.
actionButtonInfo The optional action button if the response was from a button.