RDInitRequestModel class

Constructors

RDInitRequestModel({required String appAlias, required String huaweiAppAlias, required String androidPushIntent, required String organizationId, required String siteId, required String dataSource, int maxGeofenceCount = 20, bool geofenceEnabled = false, bool inAppNotificationsEnabled = true, bool logEnabled = true, bool isIDFAEnabled = false})

Properties

androidPushIntent String
getter/setter pair
appAlias String
getter/setter pair
dataSource String
getter/setter pair
geofenceEnabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
huaweiAppAlias String
getter/setter pair
inAppNotificationsEnabled bool
getter/setter pair
isIDFAEnabled bool
getter/setter pair
logEnabled bool
getter/setter pair
maxGeofenceCount int
getter/setter pair
organizationId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteId String
getter/setter pair

Methods

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

Operators

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