adding appUrl inside ActionOpenUrlModel to support open app url launch.
This commit is contained in:
parent
b9438a271b
commit
5065205c4a
@ -15,6 +15,7 @@ import Foundation
|
||||
public var browserUrl: String
|
||||
public var extraParameters: JSONValueDictionary?
|
||||
public var analyticsData: JSONValueDictionary?
|
||||
public var appURL: String?
|
||||
|
||||
//TODO: Should be removed in future releases. This should be MF specific.
|
||||
//Missing params
|
||||
|
||||
Loading…
Reference in New Issue
Block a user