public interface NotificationType
Notification.getNotificationType()| Modifier and Type | Field and Description |
|---|---|
static int |
INSTALL
Install an app.
|
static int |
LIB_DIRTY
Replicate a library.
|
static int |
PURCHASE_DECLINED
The packagename is the backendDocid from
Notification.getDocid(). |
static int |
SEND_BILLING_NOTIFY
Something about billing.
|
static int |
SHOW_MESSAGE
Show message in a notification.
|
static int |
UNINSTALL
Remove an app from the device.
|
static int |
USER_SETTINGS_DIRTY |
static final int INSTALL
Notification.getDocid(). The version code comes from
Notification.getAppData().static final int UNINSTALL
Notification.getDocid().static final int PURCHASE_DECLINED
Notification.getDocid().static final int SHOW_MESSAGE
static final int SEND_BILLING_NOTIFY
static final int LIB_DIRTY
static final int USER_SETTINGS_DIRTY