|
ICEpush 3.3.0 Java API Documentation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.icepush.PushConfiguration
org.icepush.PushNotification
public class PushNotification
Field Summary | |
---|---|
static java.lang.String |
DETAIL
The PushNotification attribute name for detail. |
static java.lang.String |
SUBJECT
The PushNotification attribute name for subject. |
Constructor Summary | |
---|---|
PushNotification(java.util.Map<java.lang.String,java.lang.Object> attributes)
Constructs a new PushNotification with the specified attributes . |
|
PushNotification(java.lang.String subject)
Constructs a new PushNotification with the specified subject . |
|
PushNotification(java.lang.String subject,
java.lang.String detail)
Constructs a new PushNotification with the specified subject and detail . |
Method Summary | |
---|---|
java.lang.String |
getDetail()
Gets the detail of this PushNotification. |
java.lang.String |
getSubject()
Gets the subject of this PushNotification. |
Methods inherited from class org.icepush.PushConfiguration |
---|
getAttributes |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String SUBJECT
public static java.lang.String DETAIL
Constructor Detail |
---|
public PushNotification(java.lang.String subject)
Constructs a new PushNotification with the specified subject
.
subject
- The subject of the new PushNotification to be constructed.PushNotification(String, String)
,
PushNotification(Map)
public PushNotification(java.lang.String subject, java.lang.String detail)
Constructs a new PushNotification with the specified subject
and detail
.
subject
- The subject of the new PushNotification to be constructed.detail
- The detail of the new PushNotification to be constructed.PushNotification(String)
,
PushNotification(Map)
public PushNotification(java.util.Map<java.lang.String,java.lang.Object> attributes)
Constructs a new PushNotification with the specified attributes
.
attributes
- The attributes of the new PushNotification to be constructed.PushNotification(String)
,
PushNotification(String, String)
Method Detail |
---|
public java.lang.String getSubject()
Gets the subject of this PushNotification.
public java.lang.String getDetail()
Gets the detail of this PushNotification.
|
ICEpush 3.3.0 Java API Documentation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |