Interface SwrveConversationListener


  • public interface SwrveConversationListener
    Implement this interface to handle the rendering of in-app conversations completely from your app. You will have to render and manage these conversations yourself.
    • Method Detail

      • onMessage

        void onMessage​(SwrveConversation conversation)
        This method is invoked when a conversation should be shown in your app.
        Parameters:
        conversation - conversation to be shown.