You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now the public API accepts a String for the privacy mode setter however you internally deal with a struct PA.Privacy.Mode. It would probably be better to expose this struct or expose an enum (as the Privacy.VisitorMode in the ATInternet SDK) in order to let the compiler check if the privacy mode is managed. We did the mistake while migrating from ATInternet as the underlying string for the privacy mode does not use the same case.
Looking forward to read your feedback.
Antonin.
The text was updated successfully, but these errors were encountered:
For now the public API accepts a
String
for the privacy mode setter however you internally deal with a structPA.Privacy.Mode
. It would probably be better to expose this struct or expose an enum (as thePrivacy.VisitorMode
in the ATInternet SDK) in order to let the compiler check if the privacy mode is managed. We did the mistake while migrating from ATInternet as the underlying string for the privacy mode does not use the same case.Looking forward to read your feedback.
Antonin.
The text was updated successfully, but these errors were encountered: