Variable.ApplicationFeature
const ApplicationFeature: {
Dpp: "dpp";
Loyalty: "loyalty";
};
Flags describing which product surfaces (DPP or Loyalty) are enabled for a given application. Used throughout the SDK to flip UI and API capabilities.
Type Declaration
| Name | Type | Default value |
|---|---|---|
Dpp | "dpp" | 'dpp' |
Loyalty | "loyalty" | 'loyalty' |