openURL
This commit is contained in:
parent
ccaba9b0b4
commit
2c78fa2e7e
@ -9,7 +9,7 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
@objcMembers public class ActionOpenUrl: ActionProtocol {
|
@objcMembers public class ActionOpenUrl: ActionProtocol {
|
||||||
public static var identifier: String = "openUrl"
|
public static var identifier: String = "openURL"
|
||||||
public var actionType: String?
|
public var actionType: String?
|
||||||
public var browserUrl: String
|
public var browserUrl: String
|
||||||
public var extraParameter: JSONValueDictionary?
|
public var extraParameter: JSONValueDictionary?
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import "MVMCoreRequestParameters.h"
|
#import "MVMCoreRequestParameters.h"
|
||||||
|
|
||||||
#define ENABLE_HARD_CODED_RESPONSE 0 && DEBUG
|
#define ENABLE_HARD_CODED_RESPONSE 1 && DEBUG
|
||||||
|
|
||||||
#if ENABLE_HARD_CODED_RESPONSE
|
#if ENABLE_HARD_CODED_RESPONSE
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user