QuestionsRecyclerView
instead
android.widget.ListView
container for many
QuestionView
s providing usage Analytic events.public final class QuestionsListView extends BVListView implements BVConversationsClient.DisplayLoader<QuestionAndAnswerRequest,QuestionAndAnswerResponse>
Constructor and Description |
---|
QuestionsListView(android.content.Context context)
Deprecated.
|
QuestionsListView(android.content.Context context,
android.util.AttributeSet attrs)
Deprecated.
|
QuestionsListView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr)
Deprecated.
|
QuestionsListView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr,
int defStyleRes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProductId()
Deprecated.
|
void |
loadAsync(LoadCallDisplay<QuestionAndAnswerRequest,QuestionAndAnswerResponse> call,
ConversationsCallback<QuestionAndAnswerResponse> callback)
Deprecated.
|
void |
loadAsync(LoadCallDisplay<QuestionAndAnswerRequest,QuestionAndAnswerResponse> call,
ConversationsDisplayCallback<QuestionAndAnswerResponse> callback)
Deprecated.
|
protected void |
onDetachedFromWindow()
Deprecated.
|
void |
onFirstTimeOnScreen()
Deprecated.
|
void |
onViewGroupInteractedWith()
Deprecated.
|
public QuestionsListView(android.content.Context context)
public QuestionsListView(android.content.Context context, android.util.AttributeSet attrs)
public QuestionsListView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)
public QuestionsListView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)
public void loadAsync(LoadCallDisplay<QuestionAndAnswerRequest,QuestionAndAnswerResponse> call, ConversationsCallback<QuestionAndAnswerResponse> callback)
loadAsync
in interface BVConversationsClient.DisplayLoader<QuestionAndAnswerRequest,QuestionAndAnswerResponse>
public void loadAsync(LoadCallDisplay<QuestionAndAnswerRequest,QuestionAndAnswerResponse> call, ConversationsDisplayCallback<QuestionAndAnswerResponse> callback)
loadAsync
in interface BVConversationsClient.DisplayLoader<QuestionAndAnswerRequest,QuestionAndAnswerResponse>
public void onFirstTimeOnScreen()
public void onViewGroupInteractedWith()
protected void onDetachedFromWindow()
public java.lang.String getProductId()