NamiEntitlementSetter class

The NamiEntitlementSetter object is created by the client app developer to inform the Nami SDK of a known off-platform entitlement / purchase

Constructors

NamiEntitlementSetter({required String referenceId, NamiPlatformType platform = NamiPlatformType.other, String? purchasedSKUid, DateTime? expires})

Properties

expires DateTime?
Indicates when will this entitlement expire. Null if expiration date is not known or navailable.
final
hashCode int
The hash code for this object.
no setterinherited
platform NamiPlatformType
Indicator as to which platform the backing purchase was made on.
final
purchasedSKUid String?
The skuID of the backing purchase
final
referenceId String
The reference ID of the entitlement.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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