InAppMessage class

Annotations

Constructors

InAppMessage({required String id, required String name, String? messageType, required String frequency, Map<String, dynamic>? payload, required int variantId, required String variantName, Map<String, dynamic>? trigger, Map<String, dynamic>? dateFilter, int? loadPriority, int? loadDelay, int? closeTimeout, String? payloadHtml, bool? isHtml, bool? hasTrackingConsent, String? consentCategoryTracking})
const

Properties

closeTimeout int?
final
consentCategoryTracking String?
final
dateFilter Map<String, dynamic>?
final
frequency String
final
hashCode int
The hash code for this object.
no setterinherited
hasTrackingConsent bool?
final
id String
final
isHtml bool?
final
loadDelay int?
final
loadPriority int?
final
messageType String?
final
name String
final
payload Map<String, dynamic>?
final
payloadHtml String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trigger Map<String, dynamic>?
final
variantId int
final
variantName String
final

Methods

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

Operators

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