Class ShadowNotification


  • @Implements(android.app.Notification.class)
    public class ShadowNotification
    extends java.lang.Object
    • Constructor Detail

      • ShadowNotification

        public ShadowNotification()
    • Method Detail

      • getContentTitle

        public java.lang.CharSequence getContentTitle()
      • getContentText

        public java.lang.CharSequence getContentText()
      • getContentInfo

        public java.lang.CharSequence getContentInfo()
      • isOngoing

        public boolean isOngoing()
      • getBigText

        public java.lang.CharSequence getBigText()
      • getBigContentTitle

        public java.lang.CharSequence getBigContentTitle()
      • getBigContentText

        public java.lang.CharSequence getBigContentText()
      • getBigPicture

        public android.graphics.Bitmap getBigPicture()
      • isWhenShown

        public boolean isWhenShown()
      • isIndeterminate

        public boolean isIndeterminate()
      • getMax

        public int getMax()
      • getProgress

        public int getProgress()
      • usesChronometer

        public boolean usesChronometer()