@theoplayer/react-native-engage
Version:
Engage connector for @theoplayer/react-native
34 lines (31 loc) • 1.13 kB
JavaScript
;
export let SubscriptionType = /*#__PURE__*/function (SubscriptionType) {
/**
* The user has an unspecified subscription type.
*/
SubscriptionType[SubscriptionType["Unspecified"] = 0] = "Unspecified";
/**
* The user has a paid subscription currently active.
*/
SubscriptionType[SubscriptionType["Active"] = 1] = "Active";
/**
* The user has a trial subscription.
*/
SubscriptionType[SubscriptionType["ActiveTrial"] = 2] = "ActiveTrial";
/**
* The user has an account but no active subscription or trial.
*/
SubscriptionType[SubscriptionType["Inactive"] = 3] = "Inactive";
return SubscriptionType;
}({});
/**
* An object representing a subscription entitlement.
*
* {@link https://developers.google.com/android/reference/kotlin/com/google/android/engage/common/datamodel/SubscriptionEntitlement | SubscriptionEntitlement}.
*/
/**
* An object representing a subscription.
*
* {@link https://developers.google.com/android/reference/kotlin/com/google/android/engage/common/datamodel/SubscriptionEntity | SubscriptionEntity}.
*/
//# sourceMappingURL=Subscription.js.map