android.support.v4.app
Class NotificationCompat

java.lang.Object
  extended by android.support.v4.app.NotificationCompat

public class NotificationCompat
extends Object


Nested Class Summary
static class NotificationCompat.Builder
          Builder class for Notification objects.
 
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).
 
Constructor Summary
NotificationCompat()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

NotificationCompat

public NotificationCompat()


Copyright © 2011-2012 Google. All Rights Reserved.