toggle menu
arcgis-maps-kotlin
200.5.0
androidJvm
switch theme
search in API
arcgis-maps-kotlin
/
com.arcgismaps.data
/
ArcGISFeature
/
addAttachment
add
Attachment
suspend
fun
addAttachment
(
name
:
String
,
contentType
:
String
,
data
:
ByteArray
?
)
:
Result
<
Attachment
>
Adds a new attachment to this feature.
Return
A
Result
that returns an
Attachment
.
Since
200.1.0
See also
Feature
Service
Session
Type