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