android.support.v4.app
Class NotificationCompat
java.lang.Object
android.support.v4.app.NotificationCompat
public class NotificationCompat
- extends Object
|
Field Summary |
static int |
FLAG_HIGH_PRIORITY
Bit to be bitwise-ored into the Notification.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). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FLAG_HIGH_PRIORITY
public static final int FLAG_HIGH_PRIORITY
- Bit to be bitwise-ored into the
Notification.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.
- See Also:
- Constant Field Values
NotificationCompat
public NotificationCompat()
Copyright © 2011-2012 Google. All Rights Reserved.