IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMImageElem.V2TIMImage

Public Member Functions

String getUUID ()
 
int getType ()
 
int getSize ()
 
int getWidth ()
 
int getHeight ()
 
String getUrl ()
 
void downloadImage (final String path, final V2TIMDownloadCallback v2TIMDownloadCallback)
 

Member Function Documentation

◆ getUUID()

String getUUID ( )
inline

◆ setUUID()

void setUUID ( String  uuid)
inlineprotected

◆ getType()

int getType ( )
inline

◆ setType()

void setType ( int  type)
inlineprotected

◆ getSize()

int getSize ( )
inline

◆ setSize()

void setSize ( int  size)
inlineprotected

◆ getWidth()

int getWidth ( )
inline

◆ setWidth()

void setWidth ( int  width)
inlineprotected

◆ getHeight()

int getHeight ( )
inline

◆ setHeight()

void setHeight ( int  height)
inlineprotected

◆ getUrl()

String getUrl ( )
inline

◆ setUrl()

void setUrl ( String  url)
inlineprotected

◆ downloadImage()

void downloadImage ( final String  path,
final V2TIMDownloadCallback  v2TIMDownloadCallback 
)
inline