InAppPurchase class

Constructors

InAppPurchase(String id, Map<String, dynamic> attributes, AppStoreConnectClient client)

Properties

client AppStoreConnectClient
finalinherited
contentHosting bool?
final
familySharable bool
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
inAppPurchaseType InAppPurchaseType
final
name String
final
productId String
final
reviewNote String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state InAppPurchaseState
final

Methods

addLocalization(InAppPurchaseLocalizationAttributes attributes) Future<InAppPurchaseLocalization>
createReviewScreenshot(InAppPurchaseAppStoreReviewScreenshotCreateAttributes attributes) Future<InAppPurchaseAppStoreReviewScreenshot>
delete() Future<bool>
getLocalizations() Future<List<InAppPurchaseLocalization>>
getPricePoints({required String territoryId, int limit = 8000}) Future<List<InAppPurchasePricePoint>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAvailability(InAppPurchaseAvailabilityAttributes attributes, {required List<String> territoryIds}) Future<InAppPurchaseAvailability>
setPriceSchedule({required String baseTerritoryId, required String pricePointId}) Future<InAppPurchasePriceSchedule>
submit() Future<InAppPurchaseSubmission>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

type → const String