public class

NotificationConsts

extends Object
java.lang.Object
   ↳ com.htc.consts.NotificationConsts

Summary

Constants
String BUNDLE_KEY_ID
String BUNDLE_KEY_LOCKSCREEN_TEXT
String BUNDLE_KEY_LOCKSCREEN_TITLE
String BUNDLE_KEY_NOTIFICATION
String BUNDLE_KEY_PACKAGE_NAME
String INTENT_ACTION_NOTIFICATION_ADD
String INTENT_ACTION_NOTIFICATION_REMOVE
String INTENT_ACTION_NOTIFICATION_UPDATE
int NOTIFICATION_ID_MISSED_CALL
int NOTIFICATION_ID_VOICEMAIL
Public Constructors
NotificationConsts()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BUNDLE_KEY_ID

Since: API Level 2.0

Constant Value: "id"

public static final String BUNDLE_KEY_LOCKSCREEN_TEXT

Since: API Level 2.0

Constant Value: "lockscreen_text"

public static final String BUNDLE_KEY_LOCKSCREEN_TITLE

Since: API Level 2.0

Constant Value: "lockscreen_title"

public static final String BUNDLE_KEY_NOTIFICATION

Since: API Level 2.0

Constant Value: "notification"

public static final String BUNDLE_KEY_PACKAGE_NAME

Since: API Level 2.0

Constant Value: "pkg"

public static final String INTENT_ACTION_NOTIFICATION_ADD

Since: API Level 2.0

Constant Value: "android.intent.action.NOTIFICATION_ADD"

public static final String INTENT_ACTION_NOTIFICATION_REMOVE

Since: API Level 2.0

Constant Value: "android.intent.action.NOTIFICATION_REMOVE"

public static final String INTENT_ACTION_NOTIFICATION_UPDATE

Since: API Level 2.0

Constant Value: "android.intent.action.NOTIFICATION_UPDATE"

public static final int NOTIFICATION_ID_MISSED_CALL

Since: API Level 2.0

Constant Value: 6001 (0x00001771)

public static final int NOTIFICATION_ID_VOICEMAIL

Since: API Level 2.0

Constant Value: 5 (0x00000005)

Public Constructors

public NotificationConsts ()

Since: API Level 2.0