Schnittstelle SimpleImageDialog.BitmapCreator

Umschließende Klasse:
SimpleImageDialog

public static interface SimpleImageDialog.BitmapCreator
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    android.graphics.Bitmap
    create(String tag, android.os.Bundle extras)
    Create and return your image here.
  • Methodendetails

    • create

      @Nullable android.graphics.Bitmap create(@Nullable String tag, @NonNull android.os.Bundle extras)
      Create and return your image here. NOTE: make sure your class is public and has a public default constructor! Also, nested classes should be static.
      Parameter:
      tag - The dialog-fragments tag
      extras - The extras supplied to SimpleDialog.extra(Bundle)
      Gibt zurück:
      the image to be shown