@FunctionalInterface public interface IUserConfigInitializer
UserConfig
initializer.Modifier and Type | Method and Description |
---|---|
void |
init(Long visitorId,
String friendlyId,
UserProperties untrustedProperties,
UserProperties trustedProperties)
Initializes the
UserConfig this initializer is responsible for. |
void init(Long visitorId, String friendlyId, UserProperties untrustedProperties, UserProperties trustedProperties)
UserConfig
this initializer is responsible for.visitorId
- the visitor identifier.friendlyId
- the friendly identifier.untrustedProperties
- the untrusted properties.trustedProperties
- the trusted properties.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.