CmpConfig class
Constructors
- CmpConfig({required String id, required String domain, required String appName, required String language, String? idfaOrGaid, int timeout = 5000, bool jumpToSettingsPage = false, bool isDebugMode = false, ScreenConfig screenConfig = ScreenConfig.fullScreen, bool isAutomaticATTRequest = false, AndroidPresentationStyle? androidPresentationStyle = AndroidPresentationStyle.popup, IosPresentationStyle? iosPresentationStyle = IosPresentationStyle.none})
Properties
- androidPresentationStyle → AndroidPresentationStyle?
-
final
- appName → String
-
final
- domain → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- idfaOrGaid → String?
-
final
- iosPresentationStyle → IosPresentationStyle?
-
final
- isAutomaticATTRequest → bool
-
final
- isDebugMode → bool
-
final
- jumpToSettingsPage → bool
-
final
- language → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenConfig → ScreenConfig
-
final
- timeout → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited