qrcode-kotlin
3.0.0
android
common
jvm
qrcode-kotlin
/
io.github.g0dkar.qrcode.render
/
QRCodeGraphics
/
availableFormats
available
Formats
android
common
jvm
actual
fun
availableFormats
(
)
:
List
<
String
>
Content copied to clipboard
Returns the available formats to be passed as parameters to
getBytes
.
See also
android.
graphics.
Bitmap.
Compress
Format
android.
graphics.
Bitmap.
Compress
Format.
PNG
android.
graphics.
Bitmap.
Compress
Format.
JPEG
android.
graphics.
Bitmap.
Compress
Format.
WEBP
expect
fun
availableFormats
(
)
:
List
<
String
>
Content copied to clipboard
Returns the available formats to be passed as parameters to
getBytes
.
actual
fun
availableFormats
(
)
:
List
<
String
>
Content copied to clipboard
Returns the available formats to be passed as parameters to
getBytes
.
See also
javax.
imageio.
ImageIO