toggle menu
InAppSDK-Android
androidJvm
switch theme
search in API
messaging-inapp-network
/
com.salesforce.android.smi.network.data.domain.conversationEntry.entryPayload.message.component.attachment
/
FileAsset
/
PdfAsset
Pdf
Asset
open
class
PdfAsset
(
val
id
:
String
=
UUID.randomUUID().toString()
,
val
parentEntryId
:
String
?
=
null
,
val
url
:
String
?
=
null
,
val
name
:
String
=
""
,
val
mimeType
:
String
,
var
file
:
File
?
=
null
)
:
Parcelable
,
FileAsset
Members
Constructors
Pdf
Asset
Link copied to clipboard
constructor
(
file
:
File
)
constructor
(
id
:
String
=
UUID.randomUUID().toString()
,
parentEntryId
:
String
?
=
null
,
url
:
String
?
=
null
,
name
:
String
=
""
,
mimeType
:
String
,
file
:
File
?
=
null
)
Types
Pdf
Mime
Type
Link copied to clipboard
enum
PdfMimeType
:
Enum
<
FileAsset.PdfAsset.PdfMimeType
>
,
FileMimeType
Properties
file
Link copied to clipboard
@
Transient
open
override
var
file
:
File
?
id
Link copied to clipboard
open
override
val
id
:
String
mime
Type
Link copied to clipboard
open
override
val
mimeType
:
String
name
Link copied to clipboard
open
override
val
name
:
String
parent
Entry
Id
Link copied to clipboard
@
Transient
open
override
val
parentEntryId
:
String
?
=
null
url
Link copied to clipboard
open
override
val
url
:
String
?
=
null
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)