toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.core.file
/
AmityRawFile
Amity
Raw
File
class
AmityRawFile
(
fileId
:
String
,
fileType
:
AmityFileType
,
filePath
:
String
?
,
properties
:
FileProperties
)
:
Parcelable
Members
Members & Extensions
Constructors
Amity
Raw
File
Link copied to clipboard
constructor
(
fileId
:
String
,
fileType
:
AmityFileType
,
filePath
:
String
?
,
properties
:
FileProperties
)
Functions
as
Amity
Audio
Link copied to clipboard
fun
AmityRawFile
.
asAmityAudio
(
)
:
AmityAudio
?
as
Amity
File
Link copied to clipboard
fun
AmityRawFile
.
asAmityFile
(
)
:
AmityFile
as
Amity
Image
Link copied to clipboard
fun
AmityRawFile
.
asAmityImage
(
)
:
AmityImage
?
as
Amity
Video
Link copied to clipboard
fun
AmityRawFile
.
asAmityVideo
(
)
:
AmityVideo
?
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
get
File
Id
Link copied to clipboard
fun
getFileId
(
)
:
String
get
File
Type
Link copied to clipboard
fun
getFileType
(
)
:
AmityFileType
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)