Revert "Merge branch 'feature/action_fixes' into 'develop'"
This reverts merge request !55
This commit is contained in:
parent
1439afa56d
commit
3374dcd3ba
@ -14,14 +14,5 @@ import Foundation
|
||||
public var extraParameters: JSONValueDictionary?
|
||||
public var analyticsData: JSONValueDictionary?
|
||||
// Temporary fix till server changes
|
||||
|
||||
//TODO: Should be removed in future releases. This should be MF specific.
|
||||
//Missing params
|
||||
public var presentationStyle: String?
|
||||
public var tryToReplaceFirst: Bool?
|
||||
public var disableAction: Bool?
|
||||
public var selected: Bool?
|
||||
public var isSelected: Bool?
|
||||
|
||||
public var title: String?
|
||||
}
|
||||
|
||||
@ -17,14 +17,6 @@ import Foundation
|
||||
// Temporary fix till server changes
|
||||
public var title: String?
|
||||
|
||||
//TODO: Should be removed in future releases. This should be MF specific.
|
||||
//Missing params
|
||||
public var presentationStyle: String?
|
||||
public var tryToReplaceFirst: Bool?
|
||||
public var disableAction: Bool?
|
||||
public var selected: Bool?
|
||||
public var isSelected: Bool?
|
||||
|
||||
public init(callNumber: String) {
|
||||
self.callNumber = callNumber
|
||||
}
|
||||
|
||||
@ -20,14 +20,6 @@ public protocol ActionModelProtocol: Model {
|
||||
|
||||
// Temporary fix till server changes
|
||||
var title: String? { get set }
|
||||
|
||||
//TODO: Should be removed in future releases. This should be MF specific.
|
||||
//Missing params
|
||||
var presentationStyle: String? { get set }
|
||||
var tryToReplaceFirst: Bool? { get set }
|
||||
var disableAction: Bool? { get set }
|
||||
var selected: Bool? { get set }
|
||||
var isSelected: Bool? { get set }
|
||||
}
|
||||
|
||||
public extension ActionModelProtocol {
|
||||
|
||||
@ -16,14 +16,6 @@ import Foundation
|
||||
public var analyticsData: JSONValueDictionary?
|
||||
// Temporary fix till server changes
|
||||
public var title: String?
|
||||
|
||||
//TODO: Should be removed in future releases. This should be MF specific.
|
||||
//Missing params
|
||||
public var presentationStyle: String?
|
||||
public var tryToReplaceFirst: Bool?
|
||||
public var disableAction: Bool?
|
||||
public var selected: Bool?
|
||||
public var isSelected: Bool?
|
||||
|
||||
public init(appURL: String) {
|
||||
self.appURL = appURL
|
||||
|
||||
@ -16,14 +16,6 @@ import Foundation
|
||||
public var analyticsData: JSONValueDictionary?
|
||||
// Temporary fix till server changes
|
||||
public var title: String?
|
||||
|
||||
//TODO: Should be removed in future releases. This should be MF specific.
|
||||
//Missing params
|
||||
public var presentationStyle: String?
|
||||
public var tryToReplaceFirst: Bool?
|
||||
public var disableAction: Bool?
|
||||
public var selected: Bool?
|
||||
public var isSelected: Bool?
|
||||
|
||||
public init(pageType: String) {
|
||||
self.pageType = pageType
|
||||
|
||||
@ -16,14 +16,6 @@ import Foundation
|
||||
public var analyticsData: JSONValueDictionary?
|
||||
// Temporary fix till server changes
|
||||
public var title: String?
|
||||
|
||||
//TODO: Should be removed in future releases. This should be MF specific.
|
||||
//Missing params
|
||||
public var presentationStyle: String?
|
||||
public var tryToReplaceFirst: Bool?
|
||||
public var disableAction: Bool?
|
||||
public var selected: Bool?
|
||||
public var isSelected: Bool?
|
||||
|
||||
public init(panel: String) {
|
||||
self.panel = panel
|
||||
|
||||
@ -9,7 +9,6 @@
|
||||
import Foundation
|
||||
|
||||
@objcMembers public class ActionOpenUrlModel: ActionModelProtocol {
|
||||
|
||||
public static var identifier: String = "openURL"
|
||||
public var actionType: String?
|
||||
public var browserUrl: String
|
||||
@ -24,19 +23,6 @@ import Foundation
|
||||
public var openOauthWebView: Bool?
|
||||
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
|
||||
public var presentationStyle: String?
|
||||
public var tryToReplaceFirst: Bool?
|
||||
public var disableAction: Bool?
|
||||
public var selected: Bool?
|
||||
public var isSelected: Bool?
|
||||
|
||||
|
||||
public init(browserUrl: String) {
|
||||
self.browserUrl = browserUrl
|
||||
|
||||
@ -16,15 +16,6 @@ import Foundation
|
||||
public var pageType: String
|
||||
public var extraParameters: JSONValueDictionary?
|
||||
public var analyticsData: JSONValueDictionary?
|
||||
|
||||
//TODO: Should be removed in future releases. This should be MF specific.
|
||||
//Missing params
|
||||
public var presentationStyle: String?
|
||||
public var tryToReplaceFirst: Bool?
|
||||
public var disableAction: Bool?
|
||||
public var selected: Bool?
|
||||
public var isSelected: Bool?
|
||||
|
||||
public init(pageType: String) {
|
||||
self.pageType = pageType
|
||||
}
|
||||
|
||||
@ -17,14 +17,6 @@ import Foundation
|
||||
public var analyticsData: JSONValueDictionary?
|
||||
// Temporary fix till server changes
|
||||
public var title: String?
|
||||
|
||||
//TODO: Should be removed in future releases. This should be MF specific.
|
||||
//Missing params
|
||||
public var presentationStyle: String?
|
||||
public var tryToReplaceFirst: Bool?
|
||||
public var disableAction: Bool?
|
||||
public var selected: Bool?
|
||||
public var isSelected: Bool?
|
||||
|
||||
public init(pageType: String) {
|
||||
self.pageType = pageType
|
||||
|
||||
Loading…
Reference in New Issue
Block a user