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 openInWebview: Bool?
|
||||
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.
|
||||
//Missing params
|
||||
@ -33,6 +36,7 @@ import Foundation
|
||||
public var disableAction: Bool?
|
||||
public var selected: Bool?
|
||||
public var isSelected: Bool?
|
||||
|
||||
|
||||
public init(browserUrl: String) {
|
||||
self.browserUrl = browserUrl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user