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:
commit
e2dab082d1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user