Conforms to NSObject
Declared in SPOfferWallViewController.h

Overview

The SPOfferWallViewControllerDelegate protocol is to be implemented by classes that wish to be notified when a presented SPOfferWallViewControllerDelegate is dismissed.

Tasks

Instance Methods

offerWallViewController:isFinishedWithStatus:

Sent when the SPOfferWallViewController finished. It can have been explicitly dismissed by the user, closed itself when redirecting outside of the app to proceed with an offer, or closed due to an error.

- (void)offerWallViewController:(SPOfferWallViewController *)offerWallVC isFinishedWithStatus:(int)status

Parameters

offerWallVC

the SPOfferWallViewController which is being closed.

status

if there was a network error, this will have the value of SPONSORPAY_ERR_NETWORK.

Declared In

SPOfferWallViewController.h