@Implements(value=android.app.Notification.class) public class ShadowNotification extends Object
Constructor and Description |
---|
ShadowNotification() |
Modifier and Type | Method and Description |
---|---|
CharSequence |
getBigContentText() |
CharSequence |
getBigContentTitle() |
Bitmap |
getBigPicture() |
CharSequence |
getBigText() |
CharSequence |
getContentInfo() |
CharSequence |
getContentText() |
CharSequence |
getContentTitle() |
int |
getMax() |
int |
getProgress() |
boolean |
isIndeterminate() |
boolean |
isOngoing() |
boolean |
isWhenShown() |
boolean |
usesChronometer() |
public CharSequence getContentTitle()
public CharSequence getContentText()
public CharSequence getContentInfo()
public boolean isOngoing()
public CharSequence getBigText()
public CharSequence getBigContentTitle()
public CharSequence getBigContentText()
public Bitmap getBigPicture()
public boolean isWhenShown()
public boolean isIndeterminate()
public int getMax()
public int getProgress()
public boolean usesChronometer()