Merge branch 'bugfix/customUserAgent_data_type_fix' into 'develop'
customUserAgent data type fix See merge request BPHV_MIPS/mvm_core!71
This commit is contained in:
commit
9fa667d16a
@ -23,7 +23,7 @@ import Foundation
|
|||||||
public var openOauthWebView: Bool?
|
public var openOauthWebView: Bool?
|
||||||
public var showNativeNavigation: Bool?
|
public var showNativeNavigation: Bool?
|
||||||
public var openInWebview: Bool?
|
public var openInWebview: Bool?
|
||||||
public var customUserAgent: JSONValueDictionary?
|
public var customUserAgent: String?
|
||||||
public var postRequest: Bool?
|
public var postRequest: Bool?
|
||||||
public var dontShowProgress: Bool?
|
public var dontShowProgress: Bool?
|
||||||
public var headerParameters: JSONValueDictionary?
|
public var headerParameters: JSONValueDictionary?
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user