src
Toggle table of contents
android
common
jvm
Target filter
android
common
jvm
Switch theme
Search in API
Skip to content
src
src
/
com.mocharealm.accompanist.lyrics.ui.composable.lyrics
/
getPlatformContext
get
Platform
Context
android
common
jvm
@
Composable
actual
fun
getPlatformContext
(
)
:
Any
?
expect
fun
getPlatformContext
(
)
:
Any
?
Get platform-specific context for font loading. Returns Context on Android, null on other platforms.
@
Composable
actual
fun
getPlatformContext
(
)
:
Any
?