Method isIntroductoryPricePeriod
isIntroductoryPricePeriod()
Indicates whether this Product is currently owned within an introductory price period.
Note the store-specific behavior.
Declaration
public Result isIntroductoryPricePeriod()
Returns
Type |
Description |
Result |
Result.True.True The store receipt's indicates this subscription is within its introductory price period.
Result.False.False The store receipt's indicates this subscription is not within its introductory price period.
Result.False.False If the product is not configured to have an introductory period.
Non-renewable subscriptions in the Apple store return a Result.Unsupported.Unsupported value.
Google subscriptions queried on devices with version lower than 6 of the Android in-app billing API return a Result.Unsupported.Unsupported value.
|