AzureCommunicationUI/sdk/AzureCommunicationUICalling/Sources/Utilities/NotificationCenterName.swift (4 lines of code) (raw):
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
//
import Foundation
enum NotificationCenterName: String {
case drawerViewDidDisappear = "DrawerViewDidDisappear" // Used to focus back in controlbar more button
}