Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IAnswerItem.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3public interface IAnswerItem {
9 @Deprecated
10 int getState();
11
18
24 String getText();
25
31 String getSenderName();
32
38 String getQuestionID();
39
45 String getAnswerID();
46
52 boolean isPrivate();
53
59 boolean isLiveAnswer();
60
66 boolean isSenderMyself();
67}
68
69
int getState()
Get answer status.
boolean isLiveAnswer()
Query if the answer is live.
String getText()
Get answer content.
boolean isSenderMyself()
Query if the answer is myself.
String getQuestionID()
Get question id.
String getAnswerID()
Get the answer id.
String getSenderName()
Get the answer sender user name.
boolean isPrivate()
Query if the answer is private.
long getTimeStamp()
Get answer add timestamp.