Public Member Functions | |
ThumbnailSize (int maxWidth, int maxHeight) | |
Constructor with maximum width and height of to-be-made thumbnail. More... | |
override bool | Equals (object o) |
override int | GetHashCode () |
override string | ToString () |
Properties | |
virtual int | MaxWidth [get] |
Returns the maximum width of thumbnail to be generated. More... | |
virtual int | MaxHeight [get] |
Returns the maximum height of thumbnail to be generated. More... | |
Returns sender. If SendBird.Options#useMemberAsMessageSender(boolean) is set true
, the sender information such as nickname and profile url is returned as the same with channel member's. Otherwise, the sender information will be returned as the value of the message creation time.
|
inline |
Constructor with maximum width and height of to-be-made thumbnail.
maxWidth | Maximum width of to-be-made thumbnail. The value should be greater than 0. |
maxHeight | Maximum height of to-be-made thumbnail. The value should be greater than 0. |
3.0.14
|
get |
Returns the maximum height of thumbnail to be generated.
Maximum height of thumbnail to be generated.
3.0.14
|
get |
Returns the maximum width of thumbnail to be generated.
Maximum width of thumbnail to be generated.
3.0.14