Class ConversationListActivityBuilder

    • Method Detail

      • showCreateConversationButton

        public ConversationListActivityBuilder showCreateConversationButton​(boolean createConversation)
        Specifies the create conversation boolean used for showing or hiding the create conversation button in the Conversation List Screen.
        Parameters:
        createConversation - the create conversation boolean used for showing or hiding the create conversation button
        Returns:
        the ConversationListActivityBuilder
      • show

        public void show​(android.content.Context context)
        Starts the ConversationListActivity with the specified configuration
        Parameters:
        context - the Context from which Context.startActivity(Intent) will be invoked
      • intent

        public android.content.Intent intent​(android.content.Context context)
        Creates an Intent for the ConversationListActivity with the specified configuration
        Parameters:
        context - the Context from which Context.startActivity(Intent) will be invoked
        Returns:
        the constructed Intent