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