Interface IUserConfigInitializer

  • 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 IUserConfigInitializer
    UserConfig initializer.
    Since:
    12.0.0
    Version:
    $Revision: 23745 $ $Date: 2020-04-07 20:09:15 -0300 (Tue, 07 Apr 2020) $
    • Method Detail

      • init

        void init​(Long visitorId,
                  String friendlyId,
                  UserProperties untrustedProperties,
                  UserProperties trustedProperties)
        Initializes the UserConfig this initializer is responsible for.
        Parameters:
        visitorId - the visitor identifier.
        friendlyId - the friendly identifier.
        untrustedProperties - the untrusted properties.
        trustedProperties - the trusted properties.
        Since:
        12.3.0