Package org.robolectric.shadows
Class ShadowNotification
- java.lang.Object
-
- org.robolectric.shadows.ShadowNotification
-
@Implements(android.app.Notification.class) public class ShadowNotification extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getContentTitle
public CharSequence getContentTitle()
-
getContentText
public CharSequence getContentText()
-
getContentInfo
public CharSequence getContentInfo()
-
isOngoing
public boolean isOngoing()
-
getBigText
public CharSequence getBigText()
-
getBigContentTitle
public CharSequence getBigContentTitle()
-
getBigContentText
public CharSequence getBigContentText()
-
getBigPicture
public Bitmap getBigPicture()
-
isWhenShown
public boolean isWhenShown()
-
isIndeterminate
public boolean isIndeterminate()
-
getMax
public int getMax()
-
getProgress
public int getProgress()
-
usesChronometer
public boolean usesChronometer()
-
-