sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core-ktx
/
androidx.core.graphics.drawable
/
toIcon
to
Icon
@
RequiresApi
(
value
=
26
)
inline
fun
Bitmap
.
toIcon
(
)
:
Icon
(
source
)
Create an
Icon
from this
Bitmap
.
See also
Icon.
create
With
Bitmap
@
RequiresApi
(
value
=
26
)
inline
fun
Uri
.
toIcon
(
)
:
Icon
(
source
)
Create an
Icon
from this
Uri
.
See also
Icon.
create
With
Content
Uri
@
RequiresApi
(
value
=
26
)
inline
fun
ByteArray
.
toIcon
(
)
:
Icon
(
source
)
Create an
Icon
from this
ByteArray
.
See also
Icon.
create
With
Data