RequestType
- Type of ConversationsDisplayRequest
ResponseType
- Type of ConversationsDisplayResponse
public abstract class ConversationsDisplayRecyclerView<RequestType extends com.bazaarvoice.bvandroidsdk.ConversationsDisplayRequest,ResponseType extends ConversationsDisplayResponse> extends BVRecyclerView implements BVConversationsClient.DisplayLoader<RequestType,ResponseType>
android.support.v7.widget.RecyclerView
container for
many reviews providing usage Analytic events.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProductId() |
void |
loadAsync(LoadCallDisplay<RequestType,ResponseType> call,
ConversationsCallback<ResponseType> callback) |
void |
loadAsync(LoadCallDisplay<RequestType,ResponseType> call,
ConversationsDisplayCallback<ResponseType> callback) |
protected void |
onDetachedFromWindow() |
void |
onFirstTimeOnScreen() |
void |
onViewGroupInteractedWith() |
public void loadAsync(LoadCallDisplay<RequestType,ResponseType> call, ConversationsCallback<ResponseType> callback)
loadAsync
in interface BVConversationsClient.DisplayLoader<RequestType extends com.bazaarvoice.bvandroidsdk.ConversationsDisplayRequest,ResponseType extends ConversationsDisplayResponse>
public void loadAsync(LoadCallDisplay<RequestType,ResponseType> call, ConversationsDisplayCallback<ResponseType> callback)
loadAsync
in interface BVConversationsClient.DisplayLoader<RequestType extends com.bazaarvoice.bvandroidsdk.ConversationsDisplayRequest,ResponseType extends ConversationsDisplayResponse>
public void onFirstTimeOnScreen()
public void onViewGroupInteractedWith()
protected void onDetachedFromWindow()
public java.lang.String getProductId()