Sendbird Chat SDK for Unity
|
Represents image thumbnail. Currently this is valid only for image files. More...
Properties | |
int | MaxWidth [get] |
Represents the maximum width of thumbnail. More... | |
int | MaxHeight [get] |
Represents the maximum height of thumbnail. More... | |
int | RealWidth [get] |
The actual width of thumbnail. More... | |
int | RealHeight [get] |
The actual height of thumbnail. More... | |
string | PlainUrl [get] |
The URL of the generated thumbnail, which does not contain SendbirdChat.EKey as a parameter. If the file encryption feature is enabled, accessing this plainUrl will be denied. More... | |
string | Url [get] |
The URL of the generated thumbnail. If the file encryption feature is enabled, this will have SendbirdChat.EKey combined with the plainUrl so the thumbnail can be accessed. For caching the thumbnail, it is recommended to use plainUrl as the key of the file cache. More... | |
Represents image thumbnail. Currently this is valid only for image files.
|
get |
Represents the maximum height of thumbnail.
|
get |
Represents the maximum width of thumbnail.
|
get |
The URL of the generated thumbnail, which does not contain SendbirdChat.EKey as a parameter. If the file encryption feature is enabled, accessing this plainUrl will be denied.
|
get |
The actual height of thumbnail.
|
get |
The actual width of thumbnail.
|
get |
The URL of the generated thumbnail. If the file encryption feature is enabled, this will have SendbirdChat.EKey combined with the plainUrl so the thumbnail can be accessed. For caching the thumbnail, it is recommended to use plainUrl as the key of the file cache.