toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.core.file
/
AmityFileInfo
Amity
File
Info
abstract
class
AmityFileInfo
(
rawFile
:
AmityRawFile
)
:
Parcelable
Inheritors
AmityAudio
AmityFile
AmityImage
AmityVideo
Members
Constructors
Amity
File
Info
Link copied to clipboard
constructor
(
rawFile
:
AmityRawFile
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
get
File
Extension
Link copied to clipboard
fun
getFileExtension
(
)
:
String
?
get
File
Id
Link copied to clipboard
fun
getFileId
(
)
:
String
get
File
Name
Link copied to clipboard
fun
getFileName
(
)
:
String
get
File
Path
Link copied to clipboard
fun
getFilePath
(
)
:
String
?
get
File
Size
Link copied to clipboard
fun
getFileSize
(
)
:
Int
get
Mime
Type
Link copied to clipboard
fun
getMimeType
(
)
:
String
get
Progress
Percentage
Link copied to clipboard
fun
getProgressPercentage
(
)
:
Int
get
Uri
Link copied to clipboard
fun
getUri
(
)
:
Uri
?
get
Url
Link copied to clipboard
fun
getUrl
(
)
:
String
?
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)