Merge branch 'feature/PPVB_653' into 'develop'
global map property added See merge request BPHV_MIPS/mvm_core!40
This commit is contained in:
commit
a256bfab1b
@ -33,6 +33,9 @@
|
||||
// the response info
|
||||
@property (nullable, strong, nonatomic) NSDictionary *responseInfoMap;
|
||||
|
||||
// the global map
|
||||
@property (nullable, strong, nonatomic) NSDictionary *globalMap;
|
||||
|
||||
// any additional parameters
|
||||
@property (nullable, strong, nonatomic) NSDictionary *systemParametersJSON;
|
||||
|
||||
|
||||
@ -367,6 +367,9 @@
|
||||
// Sets the response info map
|
||||
loadObject.responseInfoMap = [jsonDictionary dict:KeyResponseInfo];
|
||||
|
||||
// Sets the global map
|
||||
loadObject.globalMap = [jsonDictionary dict:@"GlobalMap"];
|
||||
|
||||
// Update the session timer on a good response.
|
||||
if (loadObject.extendsAppSession) {
|
||||
[[MVMCoreSessionTimeHandler sharedSessionHandler] startSessionTimer];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user