AdaptyPurchaserInfo class

Constructors

AdaptyPurchaserInfo.fromMap(Map<String, dynamic> map)

Properties

accessLevels Map<String, AdaptyAccessLevelInfo>
The keys are access level identifiers configured by you in Adapty Dashboard. The values are AdaptyAccessLevelInfo objects. Can be null if the customer has no access levels.
final
customerUserId String?
An identifier of the user in your system.
final
hashCode int
The hash code for this object.
no setterinherited
nonSubscriptions Map<String, List<AdaptyNonSubscriptionInfo>>
The keys are product ids from App Store Connect. The values are array[] of AdaptyNonSubscriptionInfo objects. Can be null if the customer has no purchases.
final
profileId String
An identifier of the user in Adapty
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptions Map<String, AdaptySubscriptionInfo>
The keys are product ids from App Store Connect. The values are AdaptySubscriptionInfo objects. Can be null if the customer has no subscriptions.
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