library
androidJvm
library
/
org.xmtp.android.library.codecs
/
RemoteAttachmentInfo
Remote
Attachment
Info
data
class
RemoteAttachmentInfo
(
val
url
:
String
,
val
filename
:
String
,
val
contentLength
:
Long
,
val
contentDigest
:
String
,
val
nonce
:
ByteString
,
val
scheme
:
String
,
val
salt
:
ByteString
,
val
secret
:
ByteString
)
Members
Constructors
Remote
Attachment
Info
Link copied to clipboard
constructor
(
url
:
String
,
filename
:
String
,
contentLength
:
Long
,
contentDigest
:
String
,
nonce
:
ByteString
,
scheme
:
String
,
salt
:
ByteString
,
secret
:
ByteString
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Digest
Link copied to clipboard
val
contentDigest
:
String
content
Length
Link copied to clipboard
val
contentLength
:
Long
filename
Link copied to clipboard
val
filename
:
String
nonce
Link copied to clipboard
val
nonce
:
ByteString
salt
Link copied to clipboard
val
salt
:
ByteString
scheme
Link copied to clipboard
val
scheme
:
String
secret
Link copied to clipboard
val
secret
:
ByteString
url
Link copied to clipboard
val
url
:
String