sdk
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.compose.coil.request
/
ImageRequest
Image
Request
interface
ImageRequest
Members
Functions
set
Drawable
Link copied to clipboard
abstract
fun
setDrawable
(
drawable
:
Drawable
)
设置图片从
Drawable
对象获取
set
File
Link copied to clipboard
abstract
fun
setFile
(
file
:
ScriptFile
)
设置图片从本地文件
set
Format
Link copied to clipboard
abstract
fun
setFormat
(
format
:
(
ImageFormats
)
->
ImageFormat
)
设置图片格式
set
Url
Link copied to clipboard
abstract
fun
setUrl
(
url
:
String
)
设置图片从网络获取