toggle menu
Android-IMLibCore-SDK
5.12.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
TranslationInfo
Translation
Info
io.rong.imlib
public
class
TranslationInfo
Author
gusd
Members
Constructors
Translation
Info
Link copied to clipboard
io.rong.imlib
public
void
TranslationInfo
(
)
Properties
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<TranslationInfo>
CREATOR
message
Id
Link copied to clipboard
io.rong.imlib
public
int
messageId
target
Language
Link copied to clipboard
io.rong.imlib
public
String
targetLanguage
text
Link copied to clipboard
io.rong.imlib
public
String
text
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Message
Id
Link copied to clipboard
io.rong.imlib
public
int
getMessageId
(
)
get
Target
Language
Link copied to clipboard
io.rong.imlib
public
String
getTargetLanguage
(
)
get
Text
Link copied to clipboard
io.rong.imlib
public
String
getText
(
)
read
From
Parcel
Link copied to clipboard
io.rong.imlib
public
void
readFromParcel
(
Parcel source
)
set
Message
Id
Link copied to clipboard
io.rong.imlib
public
void
setMessageId
(
int messageId
)
set
Target
Language
Link copied to clipboard
io.rong.imlib
public
void
setTargetLanguage
(
String
targetLanguage
)
set
Text
Link copied to clipboard
io.rong.imlib
public
void
setText
(
String
text
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)