jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
jellyfin-sdk-kotlin
jellyfin-api
/
org.jellyfin.sdk.api.client
/
ApiClient
/
getOrCreateApi
get
Or
Create
Api
fun
<
T
:
Api
>
getOrCreateApi
(
kclass
:
KClass
<
T
>
,
create
:
(
apiClient
:
ApiClient
)
->
T
)
:
T
inline
fun
<
T
:
Api
>
getOrCreateApi
(
noinline
create
:
(
apiClient
:
ApiClient
)
->
T
)
:
T