awaitEligibleWinBackOffersForPackageResult

suspend fun <Error class: unknown class>.awaitEligibleWinBackOffersForPackageResult(packageToCheck: <Error class: unknown class>): Result<List<<Error class: unknown class>>>

Fetches the win-back offers that a subscriber is eligible for on a given package.

iOS only. Requires iOS 18.0+ and StoreKit 2 and returns a result with an error if these requirements aren't met.

Return

A Result containing a List of eligible WinBackOffers if successful, and PurchasesException in case of a failure.

Parameters

packageToCheck

: The package to check for eligible win-back offers on.