@Implements(value=android.app.Notification.class)
public class ShadowNotification
extends java.lang.Object
Notification.| Constructor and Description |
|---|
ShadowNotification() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
getBigContentText() |
java.lang.CharSequence |
getBigContentTitle() |
android.graphics.Bitmap |
getBigPicture() |
java.lang.CharSequence |
getBigText() |
java.lang.CharSequence |
getContentInfo() |
java.lang.CharSequence |
getContentText() |
java.lang.CharSequence |
getContentTitle() |
android.widget.ProgressBar |
getProgressBar() |
boolean |
isOngoing() |
boolean |
isWhenShown() |
boolean |
usesChronometer() |
public java.lang.CharSequence getContentTitle()
public java.lang.CharSequence getContentText()
public java.lang.CharSequence getContentInfo()
public boolean isOngoing()
public java.lang.CharSequence getBigText()
public java.lang.CharSequence getBigContentTitle()
public java.lang.CharSequence getBigContentText()
public android.graphics.Bitmap getBigPicture()
public boolean isWhenShown()
public android.widget.ProgressBar getProgressBar()
public boolean usesChronometer()