What are the configuration settings for the ASAP Android SDK?

What are the configuration settings for the ASAP Android SDK?

ASAP configuration 

ASAP SDK  provides methods to display/hide specific functionality.

For example, To hide the Knowledge Base (KB), use the following method:
  1. ZDPortalConfiguration.setConfiguration(new ZDPConfiguration.Builder().isKBEnabled(false).build())
isKBEnabled(true): displays the KB
isKBEnabled(false): hides the KB
The modules' status can be changed to either enabled or disabled. However, this action can only be performed if the modules are enabled in the ASAP configuration settings.
To display/hide the specific modules/options/buttons, refer to the respective methods mentioned below:

 

Method name
 
Functions
Default enabled/disabled status
isCommunityEnabled
To hide the Community module
based on Portal configuration
isMyTicketsEnabled
To hide the My Tickets module
based on Portal configuration
isSubmitTicketEnabled
To hide the Add Ticket module
based on Portal configuration
 
isAddTopicEnabled
 
To hide the Add Topic module
based on Portal configuration
 
isChatBotEnabled
 
To hide the Chat Bot module
based on Portal configuration
 
isLiveChatEnabled
 
To hide the Agent C module
based on Portal configuration
isSideMenuEnabled
To disable the Side Menu option
enabled
 
isPoweredByFooterEnabled
 
To hide the powered by ASAP label button
enabled
 
isLangChooserEnabled
 
To disable the language chooser option
 
enabled
isAttachmentDownloadEnabled 
To disable the Download attachments option
 
enabled
 
isGlobalSearchEnabled
 
To disable the Search option
enabled
isAttachmentUploadEnabled
To disable the Upload attachments option
 
enabled
isShareEnabled
To disable the Share option
 
enabled

What is SDK Logging?

The ASAP SDK also allows you to fix errors that occur while using the help widget. SDK logging makes this possible.

Enabling the console log allows you to track error messages and identify and resolve errors that may arise during execution.

To enable the logs, include the following code snippet:
  1. ZohoDeskPortalSDK.Logger.enableLogs();
Some debug information related to the SDK is stored in logcat. Make sure that enableLogs() does not exist in the release build.

      Create. Review. Publish.

      Write, edit, collaborate on, and publish documents to different content management platforms.

      Get Started Now


        Access your files securely from anywhere

          Zoho CRM Training Programs

          Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

          Zoho CRM Training
            Redefine the way you work
            with Zoho Workplace

              Zoho DataPrep Personalized Demo

              If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

              Zoho CRM Training

                Create, share, and deliver

                beautiful slides from anywhere.

                Get Started Now


                  Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                  BOOK A SESSION







                              Quick LinksWorkflow AutomationData Collection
                              Web FormsEnterpriseOnline Data Collection Tool
                              Embeddable FormsBankingBegin Data Collection
                              Interactive FormsWorkplaceData Collection App
                              CRM FormsCustomer ServiceAccessible Forms
                              Digital FormsMarketingForms for Small Business
                              HTML FormsEducationForms for Enterprise
                              Contact FormsE-commerceForms for any business
                              Lead Generation FormsHealthcareForms for Startups
                              Wordpress FormsCustomer onboardingForms for Small Business
                              No Code FormsConstructionRSVP tool for holidays
                              Free FormsTravelFeatures for Order Forms
                              Prefill FormsNon-Profit
                              Intake FormsLegalMobile App
                              Form DesignerHRMobile Forms
                              Card FormsFoodOffline Forms
                              Assign FormsPhotographyMobile Forms Features
                              Translate FormsReal EstateKiosk in Mobile Forms
                              Electronic Forms
                              Drag & drop form builder

                              Notification Emails for FormsAlternativesSecurity & Compliance
                              Holiday FormsGoogle Forms alternative GDPR
                              Form to PDFJotform alternativeHIPAA Forms
                              Email FormsEncrypted Forms

                              Secure Forms

                              WCAG

                                      Create. Review. Publish.

                                      Write, edit, collaborate on, and publish documents to different content management platforms.

                                      Get Started Now






                                                        You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                            Manage your brands on social media

                                                              Use cases

                                                              Make the most of Zoho Desk with the use cases.

                                                               
                                                                

                                                              eBooks

                                                              Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho Desk.

                                                               
                                                                

                                                              Videos

                                                              Watch comprehensive videos on features and other important topics that will help you master Zoho Desk.

                                                               
                                                                

                                                              Webinar

                                                              Sign up for our webinars and learn the Zoho Desk basics, from customization to automation and more

                                                               
                                                                
                                                              • Desk Community Learning Series


                                                              • Meetups


                                                              • Ask the Experts


                                                              • Kbase


                                                              • Resources


                                                              • Glossary


                                                              • Desk Marketplace


                                                              • MVP Corner

                                                                Zoho Sheet Resources

                                                                 

                                                                    Zoho Forms Resources


                                                                      Secure your business
                                                                      communication with Zoho Mail


                                                                      Mail on the move with
                                                                      Zoho Mail mobile application

                                                                        Stay on top of your schedule
                                                                        at all times


                                                                        Carry your calendar with you
                                                                        Anytime, anywhere




                                                                              Zoho Sign Resources

                                                                                Sign, Paperless!

                                                                                Sign and send business documents on the go!

                                                                                Get Started Now




                                                                                        Zoho TeamInbox Resources





                                                                                                  Zoho DataPrep Demo

                                                                                                  Get a personalized demo or POC

                                                                                                  REGISTER NOW


                                                                                                    Design. Discuss. Deliver.

                                                                                                    Create visually engaging stories with Zoho Show.

                                                                                                    Get Started Now









                                                                                                                        • Related Articles

                                                                                                                        • How to change your language settings for ASAP Android SDK?

                                                                                                                          The ASAP SDK supports 47 languages. You can set any language of your choice based on the geographical location of your app's end-users. Below are the 47 language codes that help you set the language for the ASAP help widget. Language Local Code ...
                                                                                                                        • Introducing ASAP Android SDK

                                                                                                                          This document pertains explicitly to help widgets created using the updated new ASAP Setup. Please note that if you are using an older version of ASAP, the help widgets will be read-only. To enable the new ASAP widgets on your app, use the latest ...
                                                                                                                        • How to customize the ASAP SDK Flutter Help Widget UI?

                                                                                                                          The ASAP SDK allows you to customize the UI of the help widget as required. Predefined themes The SDK UI comes with two predefined themes: light and dark. Android iOS Setting up a theme type You can customize the theme type in the SDK help widget ...
                                                                                                                        • How to Integrate the ASAP SDK with your Android app

                                                                                                                          This document pertains explicitly to help widgets created using the updated ASAP Setup 4.0 Version. Please note that if you are using an older version of ASAP, the help widgets will be read-only. To utilize the new ASAP widgets on your App, use the ...
                                                                                                                        • ASAP SDK Android - Release Notes

                                                                                                                          4.5.0 Support for User Events tracking has been enhanced for the tickets module. We have furnished a configuration to disable the 'Topic Like' and 'Topic Comment' features in the community module. To see the complete list of configurations, click ...
                                                                                                                          Wherever you are is as good as
                                                                                                                          your workplace

                                                                                                                            Resources

                                                                                                                            Videos

                                                                                                                            Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                            eBooks

                                                                                                                            Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                            Webinars

                                                                                                                            Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                            CRM Tips

                                                                                                                            Make the most of Zoho CRM with these useful tips.



                                                                                                                              Zoho Show Resources