| Package | Description |
|---|---|
| android.app |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Notification> |
Notification.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.Builder.build() |
abstract Notification |
Notification.Style.build() |
Notification |
Notification.BigPictureStyle.build() |
Notification |
Notification.BigTextStyle.build() |
Notification |
Notification.InboxStyle.build() |
Notification |
Notification.clone() |
Notification |
Notification.Builder.getNotification()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationManager.notify(int id,
Notification notification) |
void |
NotificationManager.notify(String tag,
int id,
Notification notification) |
void |
Service.startForeground(int id,
Notification notification) |
Copyright © 2008-2013. All Rights Reserved.