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

@ -17,6 +17,13 @@ import Foundation
// Temporary fix till server changes // Temporary fix till server changes
public var title: String? 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) { public init(browserUrl: String) {
self.browserUrl = browserUrl self.browserUrl = browserUrl
} }