stripe-android
stripe-ui-core
/
com.stripe.android.uicore.image
/
NetworkImageDecoder
/
decode
decode
suspend
fun
decode
(
url
:
String
,
width
:
Int
,
height
:
Int
)
:
Bitmap
Content copied to clipboard
Fetches a
url
from network and decodes them to a
Bitmap
with the specified width and height.