Interface DisplayPreferenceCenterEvent

Event fired when a preference center is requested to be displayed.

interface DisplayPreferenceCenterEvent {
    preferenceCenterId: string;
}

Properties

preferenceCenterId: string

The preference center Id.