URLType
Enumeration
Categories for URLs delivered to sfmc_handleURL(_:type:) .
URLHandlingDelegate passes type as a string, not this enum. Compare the type argument to the string documented on each case (for example "cloudPage" ).
CloudPage URL from a push or inbox flow. String passed to the delegate: "cloudPage" .
Open Direct URL. String passed to the delegate: "openDirect" .
Custom or button action URL (for example in-app message actions). String passed to the delegate: "action" .