public class

ImageHints

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.cast.framework.media.ImageHints

Class Overview

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

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
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)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Methods

public int getHeightInPixels ()

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

Returns
int

public int getType ()

Returns the type of the image, defined in ImagePicker.

Returns
int

public int getWidthInPixels ()

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

Returns
int

public void writeToParcel (Parcel out, int flags)

Parameters
out Parcel
flags int