This commit is contained in:
Suresh, Kamlesh 2021-01-19 12:24:33 -05:00
parent 13573eea7f
commit a5e557ef58

View File

@ -10,6 +10,7 @@ import Foundation
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]?) -> ()) {
guard let clientParameters = actionMap?.optionalDictionaryForKey("clientParameters") else {