Migration
#
Migrate from legacy SDK#
InitializeChange MLMediquo.initialize
to MeetingLawyersApp.configure
:
ApplicationDelegate.swift
ApplicationDelegate.swift
#
AuthenticationChange MLMediquo.authenticate
to MeetingLawyersApp.authenticate
:
#
LogoutChange MLMediquo.logout
to MeetingLawyersApp.logout
:
#
PushesChange:
MLMediQuo.registerFirebaseForNotifications
toMeetingLawyersApp.setFirebaseMessagingToken
MLMediQuo.userNotificationCenter(_: UNUserNotificationCenter, willPresent: UNNotification)
toMeetingLawyersApp.userNotificationCenter(willPresent: UNNotificationRequest)
MLMediQuo.userNotificationCenter(_: UNUserNotificationCenter, didReceive: UNNotificationResponse)
toMeetingLawyersApp.userNotificationCenter(didReceive: UNNotificationRequest)
#
Get Pending Messages CountChange MLMediquo.unreadMessageCount
to MeetingLawyersApp.unreadMessageCount
:
#
Messenger view controllerChange MLMediquo.messengerViewController
to MeetingLawyersApp.professionalListViewController
:
#
Upload files in a background task (Optional)Change MLMediquo.scheduleBackgroundTasks
to MeetingLawyersApp.scheduleBackgroundTasks
:
#
StylesCheck Customization to see all the style changes.