toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-ui-common
/
io.getstream.chat.android.ui.common.state.messages.composer
/
RecordingState
/
Overview
Overview
data
class
Overview
(
val
durationInMs
:
Int
=
0
,
val
waveform
:
List
<
Float
>
=
emptyList()
,
val
attachment
:
Attachment
,
val
isPlaying
:
Boolean
=
false
,
val
playingProgress
:
Float
=
0.0f
,
val
playingId
:
Int
=
-1
)
:
RecordingState
Members
Constructors
Overview
Link copied to clipboard
constructor
(
durationInMs
:
Int
=
0
,
waveform
:
List
<
Float
>
=
emptyList()
,
attachment
:
Attachment
,
isPlaying
:
Boolean
=
false
,
playingProgress
:
Float
=
0.0f
,
playingId
:
Int
=
-1
)
Properties
attachment
Link copied to clipboard
val
attachment
:
Attachment
duration
In
Ms
Link copied to clipboard
val
durationInMs
:
Int
=
0
has
Playing
Id
Link copied to clipboard
val
hasPlayingId
:
Boolean
is
Playing
Link copied to clipboard
val
isPlaying
:
Boolean
=
false
playing
Id
Link copied to clipboard
val
playingId
:
Int
playing
Progress
Link copied to clipboard
val
playingProgress
:
Float
=
0.0f
waveform
Link copied to clipboard
val
waveform
:
List
<
Float
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String