more junk of MF
This commit is contained in:
parent
f8f12b5e30
commit
c1a0ea7f68
@ -25,6 +25,9 @@ import Foundation
|
|||||||
public var showNativeNavigation: Bool?
|
public var showNativeNavigation: Bool?
|
||||||
public var openInWebview: Bool?
|
public var openInWebview: Bool?
|
||||||
public var customUserAgent: JSONValueDictionary?
|
public var customUserAgent: JSONValueDictionary?
|
||||||
|
public var postRequest: Bool?
|
||||||
|
public var dontShowProgress: Bool?
|
||||||
|
public var headerParameters: JSONValueDictionary?
|
||||||
|
|
||||||
//TODO: Should be removed in future releases. This should be MF specific.
|
//TODO: Should be removed in future releases. This should be MF specific.
|
||||||
//Missing params
|
//Missing params
|
||||||
@ -34,6 +37,7 @@ import Foundation
|
|||||||
public var selected: Bool?
|
public var selected: Bool?
|
||||||
public var isSelected: Bool?
|
public var isSelected: Bool?
|
||||||
|
|
||||||
|
|
||||||
public init(browserUrl: String) {
|
public init(browserUrl: String) {
|
||||||
self.browserUrl = browserUrl
|
self.browserUrl = browserUrl
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user