@Implements(value=android.app.Notification.class) public class ShadowNotification extends java.lang.Object
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() |
int |
getMax() |
int |
getProgress() |
boolean |
isIndeterminate() |
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 boolean isIndeterminate()
public int getMax()
public int getProgress()
public boolean usesChronometer()