comments
This commit is contained in:
parent
13573eea7f
commit
a5e557ef58
@ -10,6 +10,7 @@ import Foundation
|
|||||||
|
|
||||||
public extension MVMCoreActionHandler {
|
public extension MVMCoreActionHandler {
|
||||||
|
|
||||||
|
/// Iterates throw the clientParameters list. Gets values from the individul handlers and attaches the paramters to extraParameters.
|
||||||
@objc func setClientParameter(with actionMap: [String: Any]?, completionHandler: @escaping ([String : Any]?) -> ()) {
|
@objc func setClientParameter(with actionMap: [String: Any]?, completionHandler: @escaping ([String : Any]?) -> ()) {
|
||||||
|
|
||||||
guard let clientParameters = actionMap?.optionalDictionaryForKey("clientParameters") else {
|
guard let clientParameters = actionMap?.optionalDictionaryForKey("clientParameters") else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user