Class ConversationViewDelegateAdapter

    • Constructor Detail

      • ConversationViewDelegateAdapter

        public ConversationViewDelegateAdapter()
    • Method Detail

      • onStartActivityCalled

        public void onStartActivityCalled​(android.content.Intent intent)
        Notifies the delegate that a call to start an activity has been made
        Specified by:
        onStartActivityCalled in interface ConversationViewDelegate
        Parameters:
        intent - A copy of the description of the activity that will start
      • onRequestPermissionsCalled

        public void onRequestPermissionsCalled​(java.lang.String[] permissions)
        Notifies the delegate that permissions for this app have been requested
        Specified by:
        onRequestPermissionsCalled in interface ConversationViewDelegate
        Parameters:
        permissions - The list of permissions requested
      • shouldCreateCustomConversationFlow

        public boolean shouldCreateCustomConversationFlow()
        Notifies the ConverstationListActivity that the conversation activity create intent should be sent to the interceptor
        Specified by:
        shouldCreateCustomConversationFlow in interface ConversationViewDelegate
        Returns:
        true if you want to intercept the conversation activity create intent