Android SDK Version


public final class ImageResponse
com.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
Field Summary
Modifier and TypeFieldDescription
private final ImageRequestrequest
private final Exceptionerror
private final BooleanisCachedRedirect
private final Bitmapbitmap
Method Summary
Modifier and TypeMethodDescription
final ImageRequestgetRequest()
final ExceptiongetError()
final BooleangetIsCachedRedirect()
final BitmapgetBitmap()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getRequest

 final ImageRequestgetRequest()

getError

 final ExceptiongetError()

getIsCachedRedirect

 final BooleangetIsCachedRedirect()

getBitmap

 final BitmapgetBitmap()