Search
Preparing search index...
The search index is not available
RongIMLib - v5.12.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
RongIMLib - v5.12.0
BaseMessage
Class BaseMessage<T>
Type parameters
T =
any
Hierarchy
BaseMessage
Index
Constructors
constructor
Properties
message
Type
content
is
Persited
is
Counted
Constructors
constructor
new
Base
Message
<
T
>
(
messageType
:
string
, content
:
T
, isPersited
?:
boolean
, isCounted
?:
boolean
)
:
BaseMessage
<
T
>
Type parameters
T =
any
Parameters
messageType:
string
content:
T
isPersited:
boolean
= true
isCounted:
boolean
= true
Returns
BaseMessage
<
T
>
Properties
Readonly
message
Type
message
Type
:
string
content
content
:
T
Readonly
is
Persited
is
Persited
:
boolean
= true
Readonly
is
Counted
is
Counted
:
boolean
= true
Constructor
constructor
Property
messageType
content
isPersited
isCounted