more junk of MF

This commit is contained in:
Suresh, Kamlesh 2020-02-12 11:53:36 -05:00
parent f8f12b5e30
commit c1a0ea7f68

View File

@ -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