-
public final class ImageRequestsKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static IntegerrepeatCountprivate final static IntegerrepeatCountprivate final static Extras.Key<Integer>repeatCountprivate final static AnimatedTransformationanimatedTransformationprivate final static AnimatedTransformationanimatedTransformationprivate final static Extras.Key<AnimatedTransformation>animatedTransformationprivate final static Function0<Unit>animationStartCallbackprivate final static Function0<Unit>animationStartCallbackprivate final static Extras.Key<Function0<Unit>>animationStartCallbackprivate final static Function0<Unit>animationEndCallbackprivate final static Function0<Unit>animationEndCallbackprivate final static Extras.Key<Function0<Unit>>animationEndCallback
-
Method Summary
Modifier and Type Method Description final IntegergetRepeatCount()final IntegergetRepeatCount()final Extras.Key<Integer>getRepeatCount()final AnimatedTransformationgetAnimatedTransformation()final AnimatedTransformationgetAnimatedTransformation()final Extras.Key<AnimatedTransformation>getAnimatedTransformation()final Function0<Unit>getAnimationStartCallback()final Function0<Unit>getAnimationStartCallback()final Extras.Key<Function0<Unit>>getAnimationStartCallback()final Function0<Unit>getAnimationEndCallback()final Function0<Unit>getAnimationEndCallback()final Extras.Key<Function0<Unit>>getAnimationEndCallback()final static <ERROR CLASS>repeatCount(ImageRequest.Builder $self, Integer repeatCount)Set the number of times to repeat the animation if the result is an animated Drawable. final static <ERROR CLASS>animatedTransformation(ImageRequest.Builder $self, AnimatedTransformation animatedTransformation)Set the AnimatedTransformation that will be applied to the result if it is an animated Drawable. final static <ERROR CLASS>onAnimationStart(ImageRequest.Builder $self, Function0<Unit> callback)Set the callback to be invoked at the start of the animation if the result is an animated Drawable. final static <ERROR CLASS>onAnimationEnd(ImageRequest.Builder $self, Function0<Unit> callback)Set the callback to be invoked at the end of the animation if the result is an animated Drawable. -
-
Method Detail
-
getRepeatCount
final Integer getRepeatCount()
-
getRepeatCount
final Integer getRepeatCount()
-
getRepeatCount
final Extras.Key<Integer> getRepeatCount()
-
getAnimatedTransformation
final AnimatedTransformation getAnimatedTransformation()
-
getAnimatedTransformation
final AnimatedTransformation getAnimatedTransformation()
-
getAnimatedTransformation
final Extras.Key<AnimatedTransformation> getAnimatedTransformation()
-
getAnimationStartCallback
final Function0<Unit> getAnimationStartCallback()
-
getAnimationStartCallback
final Function0<Unit> getAnimationStartCallback()
-
getAnimationStartCallback
final Extras.Key<Function0<Unit>> getAnimationStartCallback()
-
getAnimationEndCallback
final Function0<Unit> getAnimationEndCallback()
-
getAnimationEndCallback
final Function0<Unit> getAnimationEndCallback()
-
getAnimationEndCallback
final Extras.Key<Function0<Unit>> getAnimationEndCallback()
-
repeatCount
final static <ERROR CLASS> repeatCount(ImageRequest.Builder $self, Integer repeatCount)
Set the number of times to repeat the animation if the result is an animated Drawable.
-
animatedTransformation
@ExperimentalCoilApi() final static <ERROR CLASS> animatedTransformation(ImageRequest.Builder $self, AnimatedTransformation animatedTransformation)
Set the AnimatedTransformation that will be applied to the result if it is an animated Drawable.
-
onAnimationStart
final static <ERROR CLASS> onAnimationStart(ImageRequest.Builder $self, Function0<Unit> callback)
Set the callback to be invoked at the start of the animation if the result is an animated Drawable.
-
onAnimationEnd
final static <ERROR CLASS> onAnimationEnd(ImageRequest.Builder $self, Function0<Unit> callback)
Set the callback to be invoked at the end of the animation if the result is an animated Drawable.
-
-
-
-