FetchPartnerOfferingsDelegate
public protocol FetchPartnerOfferingsDelegate : AnyObject
Notified of fetch offerings results
-
Called when offerings were fetched successfuly
Declaration
Swift
func fetchOfferingsDidSucceedWith(_ result: [PartnerOfferingGroup])
Parameters
result
An array of fetched
PartnerOfferingGroup
-
Called when there was an error fetching the catalog
Declaration
Swift
func fetchOfferingsDidFailWith(_ error: Error)
Parameters
error
The
Error
representing the reason for failure