GroupSubscriptionLimit

class GroupSubscriptionLimit(val maxSubscriptionsToShow: Int = 2, val periodInDays: Int = 30)

Represents limits for group subscription feature.

For any window of periodInDays days there will be no more than maxSubscriptionsToShow displays of group subscription sheet for the same user.

Since

2.5.0

Parameters

maxSubscriptionsToShow

Max number of displays of group subscription sheet in any periodInDays.

periodInDays

Window for which limit in maxSubscriptionsToShow will be applied.

Constructors

Link copied to clipboard
constructor(maxSubscriptionsToShow: Int = 2, periodInDays: Int = 30)

Properties

Link copied to clipboard

Max number of displays of group subscription sheet in any periodInDays.

Link copied to clipboard
val periodInDays: Int = 30

Window for which limit in maxSubscriptionsToShow will be applied.