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 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 body
      requestMetadata - the request metadata
      responseMetadata - the response metadata
      responseBody - the response body