Merge branch 'feature/action_openurl' into 'feature/coding'

Missing properties added for openURL

See merge request BPHV_MIPS/mvm_core!49
This commit is contained in:
Suresh, Kamlesh Jain 2020-01-23 10:40:00 -05:00
commit e2dab082d1

View File

@ -16,6 +16,13 @@ import Foundation
public var analyticsData: JSONValueDictionary?
// Temporary fix till server changes
public var title: String?
//TODO: Should be removed in future releases. This should be MF specific.
//Missing params
public var openOauthWebView: Bool?
public var showNativeNavigation: Bool?
public var openInWebview: Bool?
public init(browserUrl: String) {
self.browserUrl = browserUrl