Interface AnonymousProfileStoreFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The Interface AnonymousProfileStoreFunction.
- Author:
- Loganathan S
-
Method Summary
-
Method Details
-
storeAnonymousProfile
void storeAnonymousProfile(Map<String, Object> requestBody, Map<String, Object> requestMetadata, Map<String, Object> responseMetadata, boolean status, List<AuthError> errors) Store anonymous profile.- Parameters:
requestBody- the request bodyrequestMetadata- the request metadataresponseMetadata- the response metadataresponseBody- the response body
-