ImageHints

public class ImageHints extends Object
implements Parcelable

An object that provides hints to an ImagePicker about the type and size of an image to be selected for display in the UI.

Inherited Constant Summary

Public Method Summary

int
getHeightInPixels()
Returns the expected height of the image, in number of pixels.
int
getType()
Returns the type of the image, defined in ImagePicker.
int
getWidthInPixels()
Returns the expected width of the image, in number of pixels.
void
writeToParcel(Parcel out, int flags)

Inherited Method Summary

Public Methods

public int getHeightInPixels ()

Returns the expected height of the image, in number of pixels.

public int getType ()

Returns the type of the image, defined in ImagePicker.

public int getWidthInPixels ()

Returns the expected width of the image, in number of pixels.

public void writeToParcel (Parcel out, int flags)