public class

NotificationInfo

extends Object
java.lang.Object
   ↳ com.urbanairship.push.NotificationInfo

Class Overview

Notification info.

Summary

Public Methods
PushMessage getMessage()
Returns the notification's push message.
int getNotificationId()
Returns the notification's Id.
String getNotificationTag()
Returns the notification's tag.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public PushMessage getMessage ()

Returns the notification's push message.

Returns
  • The push message.

public int getNotificationId ()

Returns the notification's Id.

Returns
  • The notification's Id.

public String getNotificationTag ()

Returns the notification's tag.

Returns
  • The notification's tag.

public String toString ()