java.lang.Object
com.pranavpandey.android.dynamic.support.preview.Preview<String,Uri>
com.pranavpandey.android.dynamic.support.preview.factory.ImagePreview
All Implemented Interfaces:
Parcelable

public class ImagePreview extends Preview<String,Uri> implements Parcelable
A Preview to provide the image preview functionality.
  • Field Details

  • Constructor Details

    • ImagePreview

      public ImagePreview()
      Constructor to initialize an object of this class.
    • ImagePreview

      public ImagePreview(@Nullable String info, @Nullable Uri data)
      Constructor to initialize an object of this class.
      Parameters:
      info - The info for this preview.
      data - The data for this preview.
    • ImagePreview

      public ImagePreview(@Nullable String info, @Nullable Uri data, @Nullable String title, @Nullable String subtitle)
      Constructor to initialize an object of this class.
      Parameters:
      info - The info for this preview.
      data - The data for this preview.
      title - The title for this preview.
      subtitle - The subtitle for this preview.
    • ImagePreview

      public ImagePreview(@Nullable String info, @Nullable Uri data, @Nullable Uri dataCustom, @Nullable String title, @Nullable String subtitle)
      Constructor to initialize an object of this class.
      Parameters:
      info - The info for this preview.
      data - The data for this preview.
      dataCustom - The customized data for this preview.
      title - The title for this preview.
      subtitle - The subtitle for this preview.
    • ImagePreview

      public ImagePreview(@NonNull Parcel in)
      Read an object of this class from the parcel.
      Parameters:
      in - The parcel to read the values.
  • Method Details