SubscriptionService

Overview

This service is responsible for automatic actualization of subscription status.

OnSubscriptionRefreshed

[NotNull]
public IObservable<Unit> OnSubscriptionRefreshed { get; }

Observable that natifies subscribers that subscription status was refreshed. You can get it through MagifyServie.Prefs.SubscriptionStatus.

OnSubscriptionTrialStatusRead

[NotNull]
public IObservable<bool> OnSubscriptionTrialStatusRead { get; }

Returns true if the subscription was read as a trial in this application run.

ProductFetchedHandler

void ProductFetchedHandler([NotNull] string productId)

You have to call this method when your subscription product was fetched via in-app store.

Related articles

InAppProduct

CreativeBackground

SubscriptionProduct

IInAppStore

Utils

Network