Android SDK Version


public final class ImageRequest
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.
Nested Class Summary
Modifier and TypeClassDescription
public interfaceImageRequest.Callback
public classImageRequest.Companion
public final classImageRequest.Builder
Field Summary
Modifier and TypeFieldDescription
private final BooleanisCachedRedirectAllowed
private final Contextcontext
private final UriimageUri
private final ImageRequest.Callbackcallback
private final BooleanallowCachedRedirects
private final ObjectcallerTag
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getIsCachedRedirectAllowed

 final BooleangetIsCachedRedirectAllowed()

getContext

 final ContextgetContext()

getImageUri

 final UrigetImageUri()

getAllowCachedRedirects

 final BooleangetAllowCachedRedirects()

getCallerTag

 final ObjectgetCallerTag()