public abstract class ConversationViewDelegateAdapter extends java.lang.Object implements ConversationViewDelegate
ConversationViewDelegate
Constructor and Description |
---|
ConversationViewDelegateAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onCreateConversationClick()
Called when a new conversation is selected
|
void |
onRequestPermissionsCalled(java.lang.String[] permissions)
Notifies the delegate that permissions for this app have been requested
|
void |
onStartActivityCalled(android.content.Intent intent)
Notifies the delegate that a call to start an activity has been made
|
boolean |
shouldCreateCustomConversationFlow()
Notifies the ConverstationListActivity that the conversation activity create intent
should be sent to the interceptor
|
public void onStartActivityCalled(android.content.Intent intent)
onStartActivityCalled
in interface ConversationViewDelegate
intent
- A copy of the description of the activity that will startpublic void onRequestPermissionsCalled(java.lang.String[] permissions)
onRequestPermissionsCalled
in interface ConversationViewDelegate
permissions
- The list of permissions requestedpublic boolean shouldCreateCustomConversationFlow()
shouldCreateCustomConversationFlow
in interface ConversationViewDelegate
public void onCreateConversationClick()
onCreateConversationClick
in interface ConversationViewDelegate