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