User opt-in preferences for Netcore Smartech consent management.

Only provided fields will be updated. Omitted fields will NOT be changed.

interface NetcoreUserOptins {
    push?: boolean;
    tracking?: boolean;
}

Properties

Properties

push?: boolean

Opt-in for push notifications sent from the Smartech panel

tracking?: boolean

Opt-in for event tracking.

Setting this to false will stop all communication with the Smartech panel until explicitly opted back in with true. This is a hard opt-out (GDPR/LGPD compliant), not just event suppression.