STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api_ktx.messages.model
/
Attachment
/
VoiceMail
Voice
Mail
data
class
VoiceMail
(
val
uri
:
Uri
?
,
val
attachmentSize
:
Long
?
,
val
fileName
:
String
?
,
val
mimeType
:
String
?
,
val
duration
:
Int
?
)
:
Attachment
Content copied to clipboard
Constructors
Properties
Constructors
Voice
Mail
Link copied to clipboard
fun
VoiceMail
(
uri
:
Uri
?
,
attachmentSize
:
Long
?
,
fileName
:
String
?
,
mimeType
:
String
?
,
duration
:
Int
?
)
Content copied to clipboard
Properties
attachmentSize
Link copied to clipboard
val
attachmentSize
:
Long
?
Content copied to clipboard
duration
Link copied to clipboard
val
duration
:
Int
?
Content copied to clipboard
fileName
Link copied to clipboard
val
fileName
:
String
?
Content copied to clipboard
mimeType
Link copied to clipboard
val
mimeType
:
String
?
Content copied to clipboard
uri
Link copied to clipboard
val
uri
:
Uri
?
Content copied to clipboard