C
E
G
P
R
P
- Placeholder - class in com.bumptech.glide.integration.compose
- Content to display during a particular state of a Glide Request, for example while the request is loading or if the request fails.
- placeholder(Drawable) - function in com.bumptech.glide.integration.compose.GlideImageKt
- Used to specify a Drawable to use in conjunction with GlideImage's
loadingorfailureparameters. - placeholder(Integer) - function in com.bumptech.glide.integration.compose.GlideImageKt
- Used to specify a resource id to use in conjunction with GlideImage's
loadingorfailureparameters. - placeholder(Function0) - function in com.bumptech.glide.integration.compose.GlideImageKt
- Used to specify a Composable function to use in conjunction with GlideImage's
loadingorfailureparameter. - PreloadKt - class in com.bumptech.glide.integration.compose