CatalogAppView constructor
CatalogAppView({
- List<
String> ? activeVersionNames, - String? appCategory,
- AppContactInformation? appContactInformation,
- String? appSubcategory,
- String? deliveryToken,
- DeveloperDetails? developerDetails,
- List<
DeviceCompatibilityRequirements> ? deviceCompatibilityRequirements, - List<
DeviceIdentifier> ? excludedDevicesByIdentifier, - List<
CatalogDeviceSelector> ? excludedDevicesBySelector, - Date? firstReleaseDate,
- bool? hasInAppAds,
- bool? hasInAppPurchases,
- String? iarcCertificateId,
- bool? isAdultOnlyAudience,
- String? lastPublishTime,
- LocalizedStoreListings? localizedStoreListings,
- String? packageName,
- List<
CatalogPermission> ? permissions, - List<
CatalogPermission> ? permissionsSdk23, - Money? priceInTheUnitedStates,
- String? privacyPolicyUrl,
- Money? salePriceInTheUnitedStates,
Implementation
CatalogAppView({
this.activeVersionNames,
this.appCategory,
this.appContactInformation,
this.appSubcategory,
this.deliveryToken,
this.developerDetails,
this.deviceCompatibilityRequirements,
this.excludedDevicesByIdentifier,
this.excludedDevicesBySelector,
this.firstReleaseDate,
this.hasInAppAds,
this.hasInAppPurchases,
this.iarcCertificateId,
this.isAdultOnlyAudience,
this.lastPublishTime,
this.localizedStoreListings,
this.packageName,
this.permissions,
this.permissionsSdk23,
this.priceInTheUnitedStates,
this.privacyPolicyUrl,
this.salePriceInTheUnitedStates,
});