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

Detailed Description

Stream message Elem.

Public Member Functions

 V2TIMStreamElem ()
 
 V2TIMStreamElem (const V2TIMStreamElem &)
 
V2TIMStreamElemoperator= (const V2TIMStreamElem &)
 
 ~V2TIMStreamElem () override
 

Data Fields

V2TIMString markdown
 
V2TIMBuffer data
 
bool isStreamEnded
 
V2TIMElemType elemType
 
void * obj_ptr
 

Constructor & Destructor Documentation

◆ V2TIMStreamElem() [1/2]

◆ V2TIMStreamElem() [2/2]

◆ ~V2TIMStreamElem()

~V2TIMStreamElem ( )
override

Member Function Documentation

◆ operator=()

V2TIMStreamElem& operator= ( const V2TIMStreamElem )

Field Documentation

◆ markdown

V2TIMString markdown

Stream message markdown content.

◆ data

Stream message binary data.

◆ isStreamEnded

bool isStreamEnded

Whether the stream message has ended.

◆ elemType

V2TIMElemType elemType
inherited

element type

◆ obj_ptr

void* obj_ptr
inherited