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
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()
-
Constructor Details
-
ShadowNotification
public ShadowNotification()
-
-
Method Details
-
getContentTitle
-
getContentText
-
getContentInfo
-
isOngoing
public boolean isOngoing() -
getBigText
-
getBigContentTitle
-
getBigContentText
-
getBigPicture
-
isWhenShown
public boolean isWhenShown() -
isIndeterminate
public boolean isIndeterminate() -
getMax
public int getMax() -
getProgress
public int getProgress() -
usesChronometer
public boolean usesChronometer()
-