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 CharSequencegetBigContentText()CharSequencegetBigContentTitle()BitmapgetBigPicture()CharSequencegetBigText()CharSequencegetContentInfo()CharSequencegetContentText()CharSequencegetContentTitle()intgetMax()intgetProgress()booleanisIndeterminate()booleanisOngoing()booleanisWhenShown()booleanusesChronometer()
-
-
-
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()
-
-