setup biometrics action
This commit is contained in:
parent
5ee5c39ff8
commit
40741deac3
@ -357,6 +357,10 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ([[MVMCoreObject sharedInstance].globalLoadDelegate respondsToSelector:@selector(modifyJSON:)]) {
|
||||||
|
jsonDictionary = [[MVMCoreObject sharedInstance].globalLoadDelegate modifyJSON:jsonDictionary];
|
||||||
|
}
|
||||||
|
|
||||||
loadObject.responseJSON = jsonDictionary;
|
loadObject.responseJSON = jsonDictionary;
|
||||||
|
|
||||||
// Store the new page data if we didn't load page data from the cache.
|
// Store the new page data if we didn't load page data from the cache.
|
||||||
|
|||||||
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
@optional
|
@optional
|
||||||
|
|
||||||
|
- (nonnull NSDictionary *)modifyJSON:(nonnull NSDictionary *)json;
|
||||||
|
|
||||||
// Provides the desired error screen for the native error. Called on the main thread. If set, any native errors or NSURLErrorDomain errors will use a native screen.
|
// Provides the desired error screen for the native error. Called on the main thread. If set, any native errors or NSURLErrorDomain errors will use a native screen.
|
||||||
- (nullable UIViewController <MVMCoreViewControllerProtocol> *)getNativeScreenForRequestError:(nonnull MVMCoreErrorObject *)errorObject requestObject:(nonnull MVMCoreRequestParameters *)requestObject;
|
- (nullable UIViewController <MVMCoreViewControllerProtocol> *)getNativeScreenForRequestError:(nonnull MVMCoreErrorObject *)errorObject requestObject:(nonnull MVMCoreRequestParameters *)requestObject;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user