MNDeepLinkDelegate
public protocol MNDeepLinkDelegate : AnyObject
                - 
                  
                  
Declaration
Swift
func processDeepLink(path: String, params: [URLQueryItem]?, completion: ((Bool) -> Void)?) - 
                  
                  
Declaration
Swift
func processDeepLink(uri: URL, completion: ((Bool) -> Void)?) 
      MNDeepLinkDelegate Protocol Reference