IServicePrefs
Overview
This interface provides access to some values stored by the Magify service.
PurchasesCounter
IReadOnlyReactiveProperty<int> PurchasesCounter { get; }
Provides current purchases number.
RewardedVideoCounter
IReadOnlyReactiveProperty<int> RewardedVideoCounter { get; }
Provides current watched rewarded video ads number.
InterstitialVideoCounter
IReadOnlyReactiveProperty<int> InterstitialVideoCounter { get; }
Provides current watched interstitial video number.
NativeRateUsShown
IReadOnlyReactiveProperty<bool> NativeRateUsShown { get; }
Determines whether native rate-us popup has been shown.
ConsentGivenEventSent
IReadOnlyReactiveProperty<bool> ConsentGivenEventSent { get; }
Determines whether ConsentGivenEvent has been sent.
BoughtSubscriptionProduct
IReadOnlyReactiveProperty<string> BoughtSubscriptionProduct { get; }
Provides the ID of the last subscription product purchased, if there was one.
SubscriptionStatus
IReadOnlyReactiveProperty<SubscriptionStatus> SubscriptionStatus { get; }
Provides current subscription status.
SubscriptionExpireDate
IReadOnlyReactiveProperty<DateTime> SubscriptionExpireDate { get; }
Provides latest subscription expire date.
SubscriptionBoughtDate
IReadOnlyReactiveProperty<DateTime> SubscriptionBoughtDate { get; }
Provides latest subscription bought date.