public class PushNotification extends PushConfiguration
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DETAIL
The PushNotification attribute name for detail.
|
static java.lang.String |
SUBJECT
The PushNotification attribute name for subject.
|
| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDetail()
Gets the detail of this PushNotification.
|
java.lang.String |
getSubject()
Gets the subject of this PushNotification.
|
equals, getAttributes, hashCode, toStringpublic static java.lang.String SUBJECT
public static java.lang.String 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)Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.