URLHandlingDelegate

Protocol

Receives Marketing Cloud URLs for your app to open or handle.

Declaration 

1@objc(SFMCSdkURLHandlingDelegate)
2public protocol URLHandlingDelegate
3
4@objc
5func sfmc_handleURL(_ url: URL, type: String)

Cases 

sfmc_handleURL(_:type:) 

Called when the SDK has a URL to handle.

1@objc
2func sfmc_handleURL(_ url: URL, type: String)