UIMenuController is deprecated. Use UIEditMenuInteraction instead. iOS 16

I am using UIMenuControllerWillShowMenuNotification in my app. but in iOS16 UIMenuController is deprecated. I want to check when menu is open but in UIEditMenuInteraction class no Notification is available. In webview I need to show custom menu not default menu.

UIMenuController is deprecated. Use UIEditMenuInteraction instead. iOS 16
 
 
Q