public interface PushNotificationConfig
| Modifier and Type | Field and Description | 
|---|---|
| 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() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
static final long NOTIFICATION_STYLE_BADGE
getNotificationStyle()static final long NOTIFICATION_STYLE_SOUND
getNotificationStyle()static final long NOTIFICATION_STYLE_ALERT
getNotificationStyle()long getNotificationStyle()
NOTIFICATION_STYLE_ALERT |
 NOTIFICATION_STYLE_BADGEString getSourceAuthorizationId()