We have recently refreshed our branding across our offerings and changed the names of our pricing plans. If you have signed up before Aug 9, 2021, please click Previous plans to view your applicable plans.
We assure you that this change will not impact your product experience, and no action is required on your part.


myFAQButton.setOnClickListener(new OnClickListener() {

   @Override

   public void onClick(View view) {


       FaqOptions faqOptions = new FaqOptions()

           .showFaqCategoriesAsGrid(true)

           .showContactUsOnAppBar(true)

           .showContactUsOnFaqScreens(true)

           .showContactUsOnFaqNotHelpful(false);


       Freshchat.showFAQs(MainActivity.this, faqOptions);

   }

});


In the above config file you can change the below from


.showContactUsOnFaqScreens(true) to (false).