Class ShadowNotification

java.lang.Object
org.robolectric.shadows.ShadowNotification

@Implements(android.app.Notification.class) public class ShadowNotification extends Object
  • Constructor Details

    • ShadowNotification

      public ShadowNotification()
  • Method Details

    • 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()
    • getTextLines

      public List<CharSequence> getTextLines()
    • getBigPicture

      public Bitmap getBigPicture()
    • isWhenShown

      public boolean isWhenShown()
    • isIndeterminate

      public boolean isIndeterminate()
    • getMax

      public int getMax()
    • getProgress

      public int getProgress()
    • usesChronometer

      public boolean usesChronometer()