public class

NotificationCompat

extends Object
java.lang.Object
   ↳ android.support.v4.app.NotificationCompat

Summary

Nested Classes
class NotificationCompat.Builder Builder class for Notification objects. 
Constants
int FLAG_HIGH_PRIORITY Bit to be bitwise-ored into the flags field that should be set if this notification represents a high-priority event that may be shown to the user even if notifications are otherwise unavailable (that is, when the status bar is hidden).
Public Constructors
NotificationCompat()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int FLAG_HIGH_PRIORITY

Bit to be bitwise-ored into the flags field that should be set if this notification represents a high-priority event that may be shown to the user even if notifications are otherwise unavailable (that is, when the status bar is hidden). This flag is ideally used in conjunction with fullScreenIntent.

This will only be respected on API level 9 and above.

Constant Value: 128 (0x00000080)

Public Constructors

public NotificationCompat ()