Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration IN_APP_MESSAGE_TYPE

Enum for in-app message types. This can be used if you disable automatic in-app message from showing automatically. Then, you can pass what type of messages you want to show in the showInAppMessages method in Purchases.

Index

Enumeration members

BILLING_ISSUE

BILLING_ISSUE: = 0

In-app messages to indicate there has been a billing issue charging the user.

GENERIC

GENERIC: = 2

iOS-only. StoreKit generic messages.

PRICE_INCREASE_CONSENT

PRICE_INCREASE_CONSENT: = 1

iOS-only. This message will show if you increase the price of a subscription and the user needs to opt-in to the increase.

WIN_BACK_OFFER

WIN_BACK_OFFER: = 3

iOS-only. This message will show if the subscriber is eligible for an iOS win-back offer and will allow the subscriber to redeem the offer.

Generated using TypeDoc