DebugScreenConfiguration class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

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})
DebugScreenConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAdvertisingId bool?
Show Advertising ID. Default value is true
getter/setter pair
showAvailableNetworks bool?
Show available ad networks. Default value is true
getter/setter pair
showBundleId bool?
Show bundle identifier. Default value is true
getter/setter pair
showConsent bool?
Show information about used consent. Default value is true
getter/setter pair
showDeviceType bool?
Show device type. Default value is true
getter/setter pair
showDisabledNetworks bool?
Show disabled ad networks. Default value is true
getter/setter pair
showExtraSDKs bool?
Show extra SDKs available. Default value is true
getter/setter pair
showLoadedAndLoadingAds bool?
Show loaded/loading ads. Default value is true
getter/setter pair
showRemovedNetworkSDKs bool?
Show removed ad networks. Default value is true
getter/setter pair
showTestMode bool?
Show test mode data. Default value is true
getter/setter pair
showUnsupportedNetworks bool?
Show unsupported ad networks. Default value is true
getter/setter pair
title String?
Shake debug screen title
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited