profi-sdk-aos-parent
0.10.1.28
profi-sdk-aos-aos
/
com.sygic.profi.sdk.aos.map.extension
Package-level
declarations
Functions
Functions
await
Surface
Link copied to clipboard
suspend
fun
SurfaceHolder
.
awaitSurface
(
)
:
SurfaceHolder
?
surface
Created
Link copied to clipboard
fun
SurfaceHolder
.
surfaceCreated
(
)
:
Flow
<
SurfaceHolder
>
surface
Destroyed
Link copied to clipboard
fun
SurfaceHolder
.
surfaceDestroyed
(
)
:
Flow
<
Unit
>
surface
Resize
Link copied to clipboard
fun
SurfaceHolder
.
surfaceResize
(
)
:
Flow
<
Pair
<
Int
,
Int
>
>
to
Byte
Array
Link copied to clipboard
fun
Bitmap
.
toByteArray
(
quality
:
Int
=
70
)
:
ByteArray