Migration
Migrate from legacy SDK#
Initialize#
Change MLMediquo.initialize to MeetingLawyersApp.configure:
ApplicationDelegate.swift
ApplicationDelegate.swift
Authentication#
Change MLMediquo.authenticate to MeetingLawyersApp.authenticate:
Logout#
Change MLMediquo.logout to MeetingLawyersApp.logout:
Pushes#
Change:
MLMediQuo.registerFirebaseForNotificationstoMeetingLawyersApp.setFirebaseMessagingTokenMLMediQuo.userNotificationCenter(_: UNUserNotificationCenter, willPresent: UNNotification)toMeetingLawyersApp.userNotificationCenter(willPresent: UNNotificationRequest)MLMediQuo.userNotificationCenter(_: UNUserNotificationCenter, didReceive: UNNotificationResponse)toMeetingLawyersApp.userNotificationCenter(didReceive: UNNotificationRequest)
Get Pending Messages Count#
Change MLMediquo.unreadMessageCount to MeetingLawyersApp.unreadMessageCount:
Messenger view controller#
Change MLMediquo.messengerViewController to MeetingLawyersApp.professionalListViewController:
Upload files in a background task (Optional)#
Change MLMediquo.scheduleBackgroundTasks to MeetingLawyersApp.scheduleBackgroundTasks:
Styles#
Check Customization to see all the style changes.