Skip to main content

Professional List

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.

Professional List

Messenger view controller#

The only view you must integrate inside you app is the professional list. Consists in a view that shows a list of all professionals available for the current authenticated user and allows access to chats and professional profiles.

Once we initialized the SDK and authenticated the user, we can retrieve the MeetingLawyers UI using the following method:

meetinglawyers.openList(function() {}, function(err) {});

Next steps#