Class APENFormat

  • All Implemented Interfaces:
    NotificationFormat

    public class APENFormat
    extends BaseFormat
    implements NotificationFormat
    The News format is a notification format that works very similarly to BigPictureStyle, but allows multiple lines when expanded.

    It also automatically manages falling back on a reduced version of the large picture when collapsed, if a large icon has not been specified

    • Constructor Detail

      • APENFormat

        public APENFormat​(@NonNull
                          java.lang.String title,
                          @NonNull
                          java.lang.String body,
                          @Nullable
                          android.graphics.Bitmap collapsedIcon,
                          @Nullable
                          android.graphics.Bitmap picture)