CmpConfig class

Constructors

CmpConfig({required String id, required String domain, required String appName, required String language, String? idfaOrGaid, int timeout = 5000, bool jumpToSettingsPage = false, String? designId, bool isDebugMode = false})

Properties

appName String
final
designId String?
final
domain String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
idfaOrGaid String?
final
isDebugMode bool
final
jumpToSettingsPage bool
final
language String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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