toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.core.file
/
AmityImage
Amity
Image
class
AmityImage
(
file
:
AmityRawFile
)
:
AmityFileInfo
Members
Constructors
Amity
Image
Link copied to clipboard
constructor
(
file
:
AmityRawFile
)
Types
Companion
Link copied to clipboard
object
Companion
Size
Link copied to clipboard
enum
Size
:
Enum
<
AmityImage.Size
>
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
Height
Link copied to clipboard
fun
getHeight
(
)
:
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
?
fun
getUrl
(
size
:
AmityImage.Size
)
:
String
get
Width
Link copied to clipboard
fun
getWidth
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)