Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.floating
/
DialogProgress
Dialog
Progress
@
Stable
class
DialogProgress
<
R
:
Any
>
:
DialogTemplate
<
R
>
Members
Constructors
Dialog
Progress
Link copied to clipboard
constructor
(
)
Properties
current
Link copied to clipboard
var
current
:
String
is
Open
Link copied to clipboard
var
isOpen
:
Boolean
是否打开
progress
Link copied to clipboard
var
progress
:
Float
total
Link copied to clipboard
var
total
:
String
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
关闭
Land
Link copied to clipboard
@
Composable
open
override
fun
Land
(
)
open
Link copied to clipboard
suspend
fun
open
(
title
:
String
?
=
ValueTheme.runtime()
,
block
:
suspend
DialogProgress
<
R
>
.
(
)
->
R
)
:
R
?