Subscription

@JsonClass(generateAdapter = true)
class Subscription(val subscriptionId: String, val deviceIds: List<String>, val cohortId: String, val cohortName: String, val premiumFeaturesTTL: Long, val token: String?)

This object hold the information returned by the call QA.getSubscriptionId. It returns the subscriptionId, the list of deviceIds connected to this subscription and the cohortId relative to the subscription.

Constructors

Link copied to clipboard
constructor(subscriptionId: String, deviceIds: List<String>, cohortId: String, cohortName: String, premiumFeaturesTTL: Long, token: String?)

Properties

Link copied to clipboard

Of the form aef3...de19

Link copied to clipboard
Link copied to clipboard

List of UUIDs

Link copied to clipboard
Link copied to clipboard

Of the form 138e...28eb

Link copied to clipboard