Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.platform-view
/
love.yinlin.compose.ui
/
rememberPlatformView
remember
Platform
View
@
Composable
inline
fun
<
T
:
Any
,
V
:
BasicPlatformView
<
T
>
>
rememberPlatformView
(
crossinline
factory
:
@
DisallowComposableCalls
(
)
->
V
)
:
V
@
Composable
inline
fun
<
T
:
Any
,
V
:
BasicPlatformView
<
T
>
,
S1
>
rememberPlatformView
(
arg1
:
S1
,
crossinline
factory
:
@
DisallowComposableCalls
(
State
<
S1
>
)
->
V
)
:
V
@
Composable
inline
fun
<
T
:
Any
,
V
:
BasicPlatformView
<
T
>
,
S1
,
S2
>
rememberPlatformView
(
arg1
:
S1
,
arg2
:
S2
,
crossinline
factory
:
@
DisallowComposableCalls
(
State
<
S1
>
,
State
<
S2
>
)
->
V
)
:
V
@
Composable
inline
fun
<
T
:
Any
,
V
:
BasicPlatformView
<
T
>
,
S1
,
S2
,
S3
>
rememberPlatformView
(
arg1
:
S1
,
arg2
:
S2
,
arg3
:
S3
,
crossinline
factory
:
@
DisallowComposableCalls
(
State
<
S1
>
,
State
<
S2
>
,
State
<
S3
>
)
->
V
)
:
V
@
Composable
inline
fun
<
T
:
Any
,
V
:
BasicPlatformView
<
T
>
,
S1
,
S2
,
S3
,
S4
>
rememberPlatformView
(
arg1
:
S1
,
arg2
:
S2
,
arg3
:
S3
,
arg4
:
S4
,
crossinline
factory
:
@
DisallowComposableCalls
(
State
<
S1
>
,
State
<
S2
>
,
State
<
S3
>
,
State
<
S4
>
)
->
V
)
:
V
@
Composable
inline
fun
<
T
:
Any
,
V
:
BasicPlatformView
<
T
>
,
S1
,
S2
,
S3
,
S4
,
S5
>
rememberPlatformView
(
arg1
:
S1
,
arg2
:
S2
,
arg3
:
S3
,
arg4
:
S4
,
arg5
:
S5
,
crossinline
factory
:
@
DisallowComposableCalls
(
State
<
S1
>
,
State
<
S2
>
,
State
<
S3
>
,
State
<
S4
>
,
State
<
S5
>
)
->
V
)
:
V