ImageHints

public classImageHintsextendsObject
implementsParcelable

An object that provides hints to anImagePicker 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(Parcelout, int flags)

Inherited Method Summary

Public Methods

public intgetHeightInPixels()

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

public intgetType()

Returns the type of the image, defined inImagePicker.

public intgetWidthInPixels()

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

public voidwriteToParcel(Parcelout, int flags)