ZSKitDelegate
public protocol ZSKitDelegate
This delegate is used to update the app if users are initated any promo purchase from the app store. The delegate methods can be called anytime after the delegate is set in to sdk. Make sure your app is capable of anytime when the delegate methods are called.
-
This method will be called whenever the subscription status has been updated for the user. Any changes in subscription will be intimated to the app via this method.
Declaration
Swift
func didSubscriptionDetailsUpdated(subscriptionDetail: ZSSubscriptionDetail)Parameters
subscriptionsThe updated
ZSSubscriptionDetailObject.
Install in Dash