Sendbird Chat SDK for .NET  3.0.29
SendBird.FileMessage.ThumbnailSize Class Reference

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...
 

Detailed Description

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.

Returns
The sender.

Constructor & Destructor Documentation

◆ ThumbnailSize()

SendBird.FileMessage.ThumbnailSize.ThumbnailSize ( int  maxWidth,
int  maxHeight 
)
inline

Constructor with maximum width and height of to-be-made thumbnail.

Parameters
maxWidthMaximum width of to-be-made thumbnail. The value should be greater than 0.
maxHeightMaximum height of to-be-made thumbnail. The value should be greater than 0.

3.0.14

Property Documentation

◆ MaxHeight

virtual int SendBird.FileMessage.ThumbnailSize.MaxHeight
get

Returns the maximum height of thumbnail to be generated.

Returns

Maximum height of thumbnail to be generated.

3.0.14

◆ MaxWidth

virtual int SendBird.FileMessage.ThumbnailSize.MaxWidth
get

Returns the maximum width of thumbnail to be generated.

Returns

Maximum width of thumbnail to be generated.

3.0.14


The documentation for this class was generated from the following file: