Flutter SDK
How to enable push notifications for the ASAP SDK via the Flutter Apps?
Push notifications are sent to the end-users in the following circumstances: 1 Ticket priority update. 2 Ticket status update. 3 Agent's reply. 4 Agent's public comment. 5 Agent's reply to the Live Chat. Ensure that Push Notifications settings are ...
Introducing ASAP Flutter Apps SDK
Equipping the Help Center services as widgets to deliver instant assistance to your customers The ASAP SDK for Android/iOS provides easy access to help your mobile app's end users. Using this SDK, you can create and customize a help widget within ...
ASAP SDK Flutter Apps - Release Notes
Version 2.0.0 Integrated the latest ASAP setup iOS SDK 4.0-BETA_01. Integrated the latest ASAP setup Android SDK 4.0_BETA_01. Version 1.1.4 Integrated the latest version of the iOS ASAP SDK version 3.0.12. Provided a method to customize the ASAP SDK ...
How to authenticate users on your mobile apps with Flutter Apps?
What is user authentication? We have enhanced the existing mechanism to provide a better, safer, and simpler authentication process. The improved JWT Authentication mechanism verifies the authenticity of your end users and permits them to use the ...
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 display the Help Center's services as modules on your flutter apps?
In this help article, we will learn how to display the individual help center services as modules on the ASAP help Widget. The modules can be viewed based on their default configuration and the settings configured in your Zoho Desk portal. It's ...
How to Integrate the ASAP SDK with Flutter Apps
To install the plugin in your project, run either of the below mentioned commands: flutter pub add zohodesk_portal_services (or) add the following in pubspec.yaml dependencies: zohodesk_portal_services: version How to resolve the ASAP SDK ...
Working with the ASAP SDK for Flutter
The ASAP SDK provides easy-to-use code snippets that "effortlessly integrate Help Center Components" with your Flutter application, including the following: • Knowledge Base: Provide users with easy access to articles and FAQs, enabling them to find ...