# Deprecated

See the following sections for methods and events that have been deprecated in the Didomi Flutter SDK:

* Notice Config
* User Status

***

### Notice Config

The following notice configuration methods and events have been deprecated in the Didomi Flutter SDK:

<table><thead><tr><th width="233">Method/Event</th><th>Description</th></tr></thead><tbody><tr><td><code>getDisabledPurposes</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>getDisabledPurposeIds</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>getDisabledVendors</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>getDisabledVendorIds</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>getEnabledPurposes</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>getEnabledPurposeIds</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>getEnabledVendors</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>getEnabledVendorIds</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>initialize</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#initializewithparameters">initializeWithParameters</a> instead.</td></tr><tr><td><code>setUserWithAuthentication</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#setuserwithparameters">setUserWithParameters</a> instead.</td></tr></tbody></table>

### User Status

The following user status methods and events have been deprecated in the Didomi Flutter SDK:

<table><thead><tr><th width="241">Method/Event</th><th>Description</th></tr></thead><tbody><tr><td><code>getUserConsentStatusForPurpose</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>getUserConsentStatusForVendor</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>getUserConsentStatusForVendorAndRequiredPurposes</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>getUserLegitimateInterestStatusForPurpose</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>getUserLegitimateInterestForVendor</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>getUserLegitimateInterestStatusForVendorAndRequiredPurposes</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>getUserStatusForVendor</code></td><td>Removed since <strong>version 2.0.0</strong>. Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr><tr><td><code>setUserStatus</code></td><td>Use <a href="..#setcurrentuserstatus">setCurrentUserStatus</a> instead.</td></tr><tr><td><code>getUserStatus</code></td><td>Use <a href="..#getcurrentuserstatus">getCurrentUserStatus</a> instead.</td></tr></tbody></table>
