Add CustomSchemeURLParser that enables to parse custom scheme URL and get a deep link path at the end.

This commit is contained in:
SBiOSoftWhare
2021-01-07 14:26:23 +01:00
parent 75cad9c9df
commit 5312eeec5c
3 changed files with 97 additions and 1 deletions
+1 -1
View File
@@ -20,5 +20,5 @@ import Foundation
enum DeepLinkOption {
/// Used for SSO callback only when VoiceOver is enabled
case connect(_ loginToken: String, _ txnId: String)
case connect(_ loginToken: String, _ transactionId: String)
}