DebugScreenConfiguration constructor
DebugScreenConfiguration({
- String? title,
- bool? showBundleId,
- bool? showTestMode,
- bool? showLoadedAndLoadingAds,
- bool? showAvailableNetworks,
- bool? showDisabledNetworks,
- bool? showRemovedNetworkSDKs,
- bool? showUnsupportedNetworks,
- bool? showExtraSDKs,
- bool? showConsent,
- bool? showAdvertisingId,
- bool? showDeviceType,
- bool? showDebugLogsToggle,
- bool? showDeviceFilteredRulesToggle,
- bool? showCloseButton,
Implementation
DebugScreenConfiguration({
this.title,
this.showBundleId,
this.showTestMode,
this.showLoadedAndLoadingAds,
this.showAvailableNetworks,
this.showDisabledNetworks,
this.showRemovedNetworkSDKs,
this.showUnsupportedNetworks,
this.showExtraSDKs,
this.showConsent,
this.showAdvertisingId,
this.showDeviceType,
this.showDebugLogsToggle,
this.showDeviceFilteredRulesToggle,
this.showCloseButton,
});