|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.4.0) E27204-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PushNotificationConfig
Implement this interface in Application life-cycle listener to enable push notifications and to provide configuration needed to register with device specific push notification service.
| Field Summary | |
|---|---|
static long |
NOTIFICATION_STYLE_ALERTEnables display of an Alert dialog on receiving notification if included in getNotificationStyle() |
static long |
NOTIFICATION_STYLE_BADGEEnables badging of application icon on receiving notification if included in getNotificationStyle() |
static long |
NOTIFICATION_STYLE_SOUNDEnables playing a sound on receiving notification if included in getNotificationStyle() |
| Method Summary | |
|---|---|
long |
getNotificationStyle()Returns a Notification Style bit mask that would be used when showing a notification to the user |
java.lang.String |
getSourceAuthorizationId()Returns an ID of the sender authorized to send content to application |
| Field Detail |
|---|
static final long NOTIFICATION_STYLE_BADGE
getNotificationStyle()
static final long NOTIFICATION_STYLE_SOUND
getNotificationStyle()
static final long NOTIFICATION_STYLE_ALERT
getNotificationStyle()
| Method Detail |
|---|
long getNotificationStyle()
NOTIFICATION_STYLE_ALERT | NOTIFICATION_STYLE_BADGEjava.lang.String getSourceAuthorizationId()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.4.0) E27204-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||