We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c015c04 commit c64a3a2Copy full SHA for c64a3a2
swift-sdk/Internal/InAppHelper.swift
@@ -255,7 +255,7 @@ struct InAppHelper {
255
enum InAppClickedUrl {
256
case localResource(name: String) // applewebdata://abc-def/something => something
257
case iterableCustomAction(name: String) // itbl://something => something
258
- case customAction(name: String) // action:something => something
+ case customAction(name: String) // action://something => something
259
case regularUrl(URL) // https://something => https://something
260
}
261
0 commit comments