-
public final class ImageRequestcom.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
Nested Classes Modifier and Type Class Description public interfaceImageRequest.Callbackpublic classImageRequest.Companionpublic final classImageRequest.Builder
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisCachedRedirectAllowedprivate final Contextcontextprivate final UriimageUriprivate final ImageRequest.Callbackcallbackprivate final BooleanallowCachedRedirectsprivate final ObjectcallerTag
-
Method Summary
Modifier and Type Method Description final BooleangetIsCachedRedirectAllowed()final ContextgetContext()final UrigetImageUri()final ImageRequest.CallbackgetCallback()final BooleangetAllowCachedRedirects()final ObjectgetCallerTag()-
-
Method Detail
-
getIsCachedRedirectAllowed
final Boolean getIsCachedRedirectAllowed()
-
getContext
final Context getContext()
-
getImageUri
final Uri getImageUri()
-
getCallback
final ImageRequest.Callback getCallback()
-
getAllowCachedRedirects
final Boolean getAllowCachedRedirects()
-
getCallerTag
final Object getCallerTag()
-
-
-
-