toggle menu
kmp-viewmodel
android
common
nonAndroid
switch theme
search in API
viewmodel-compose
/
com.hoc081098.kmp.viewmodel.compose.internal
Package-level
declarations
Functions
Functions
get
Canonical
Name
Link copied to clipboard
android
common
nonAndroid
@
InternalKmpViewModelApi
actual
fun
<
T
:
Any
>
getCanonicalName
(
kClass
:
KClass
<
T
>
)
:
String
?
@
InternalKmpViewModelApi
expect
fun
<
T
:
Any
>
getCanonicalName
(
kClass
:
KClass
<
T
>
)
:
String
?
@
InternalKmpViewModelApi
actual
fun
<
T
:
Any
>
getCanonicalName
(
kClass
:
KClass
<
T
>
)
:
String
?
k
Class
Of
Link copied to clipboard
@
InternalKmpViewModelApi
inline
fun
<
T
:
Any
>
kClassOf
(
)
:
KClass
<
T
>