RCIntroEligibilityStatus
enum RCIntroEligibilityStatus : NSInteger {}
@typedef RCIntroEligibilityStatus @brief Enum of different possible states for intro price eligibility status. @constant RCIntroEligibilityStatusUnknown RevenueCat doesn’t have enough information to determine eligibility. @constant RCIntroEligibilityStatusIneligible The user is not eligible for a free trial or intro pricing for this product. @constant RCIntroEligibilityStatusEligible The user is eligible for a free trial or intro pricing for this product.
-
RevenueCat doesn’t have enough information to determine eligibility.
Declaration
Objective-C
RCIntroEligibilityStatusUnknown = 0
-
The user is not eligible for a free trial or intro pricing for this product.
Declaration
Objective-C
RCIntroEligibilityStatusIneligible
-
The user is eligible for a free trial or intro pricing for this product.
Declaration
Objective-C
RCIntroEligibilityStatusEligible