Customization
DEPRECATION NOTICE
Our Cordova plugin for integrating our SDK is now deprecated. We highly recommend transitioning to our SDK using Swift Package Manager (SPM) for iOS and Gradle for Android. Please implement a custom wrapper to interface directly with the SDK methods.
For Ionic users, you can transition to using Capacitor, which supports working with native libraries seamlessly. This change will ensure better performance and more direct access to the latest SDK features.
Styles#
MeetingLawyers UI styles can be customized by creating an instance that complies with the MediQuoStyleType protocol, modifying its properties and then linking it to the style property of the library.
By default, the style property is already configured with initial values that fit with the MeetingLawyers brand and are used if the style value is not overwritten or simply initialized to nil.
Properties#
Navigation Image#
Add custom image to the top of the professional list.
Set the navigation image name in the meetinglawyers sdk before displaying the list of professionals:
To include the image in the platform project, follow these steps:
Android#
Add the custom image (PNG/JPEG format) in the www directory of your project.
Then copy the image to the Android project using config.xml:
iOS#
Open project with Xcode and add image inside Resources/Images xcasset:

Next steps#
- Configure PUSH notifications: Firebase