SPInterstitialViewControllerDelegate Protocol Reference
Conforms to | NSObject |
Declared in | SPInterstitialViewController.h |
Overview
The SPInterstitialViewControllerDelegate protocol is to be implemented by classes that wish to be notified of the availability of Interstitial offers from the SponsorPay platform and status changes in the lifecycle of SPInterstitialViewControllerDelegate.
Tasks
-
– interstitialViewController:didChangeStatus:
Sent when the corresponding SPInterstitialViewControllerDelegate changes status, denoting an answer from the server which indicates the availability of an Interstitial offer, a close event, or an error.
required method
Instance Methods
interstitialViewController:didChangeStatus:
Sent when the corresponding SPInterstitialViewControllerDelegate changes status, denoting an answer from the server which indicates the availability of an Interstitial offer, a close event, or an error.
- (void)interstitialViewController:(SPInterstitialViewController *)interstitialViewController didChangeStatus:(SPInterstitialViewControllerStatus)status
Parameters
- interstitialViewController
The SPInterstitialViewController which is sending this message.
- status
A status code defined in SPInterstitialViewControllerStatus.
Declared In
SPInterstitialViewController.h