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.
@FunctionalInterface public interface AnonymousProfileStoreFunction
The Interface AnonymousProfileStoreFunction.- Author:
- Loganathan S
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstoreAnonymousProfile(Map<String,Object> requestBody, Map<String,Object> requestMetadata, Map<String,Object> responseMetadata, boolean status, List<AuthError> errors)Store anonymous profile.
-
-
-
Method Detail
-
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 bodyresponseBody- the response bodyrequestMetadata- the request metadataresponseMetadata- the response metadata
-
-