global map property added
This commit is contained in:
parent
c493323b39
commit
eaff627ae0
@ -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