library
Toggle table of contents
4.12.0-dev
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
library
library
/
org.xmtp.android.library.codecs
/
RemoteAttachment
/
RemoteAttachment
Remote
Attachment
constructor
(
url
:
URL
,
contentDigest
:
String
,
secret
:
ByteString
,
salt
:
ByteString
,
nonce
:
ByteString
,
scheme
:
String
,
contentLength
:
Int
?
=
null
,
filename
:
String
?
=
null
,
fetcher
:
Fetcher
=
HTTPFetcher()
)