|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PushNotificationConfig
Implement this interface to provide configuration used to register for push notifications.
Field Summary | |
---|---|
static long |
NOTIFICATION_STYLE_ALERT
Enables display of an Alert dialog on receiving notification if included in getNotificationStyle() |
static long |
NOTIFICATION_STYLE_BADGE
Enables badging of application icon on receiving notification if included in getNotificationStyle() |
static long |
NOTIFICATION_STYLE_SOUND
Enables 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 |
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_BADGE
String getSourceAuthorizationId()
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |