public interface ConversationsDisplayCallback<T extends ConversationsResponse>
Modifier and Type | Method and Description |
---|---|
void |
onFailure(ConversationsException exception) |
void |
onSuccess(T response) |
void onSuccess(T response)
void onFailure(ConversationsException exception)