public interface

PushListener

com.urbanairship.push.PushListener

Class Overview

Push listener.

Summary

Public Methods
abstract void onPushReceived(PushMessage message, boolean notificationPosted)
Called when a push is received.

Public Methods

public abstract void onPushReceived (PushMessage message, boolean notificationPosted)

Called when a push is received.

Parameters
message The received push message.
notificationPosted true if a notification was posted for the push, otherwise {code false}.