LiKitPromotionsDelegate Reference
Inherits From: NSObject
Declared In: LiKitPromotionsConstants.h
Overview
Delegate protocol for handling Promotions provided by the LiKitPromotions framework.
Tasks
Handling Available Promotions
Delegate Methods
liKitPromotionsAvailable:
Delegate method for responding to available promotions.
-
(void) liKitPromotionsAvailable:(NSArray *)promotions;
Parameters:
promotions
An NSArray containing all promotions available and targeted to the current user.
Discussion:
This delegate method must be implemented if you wish to respond to available promotions using the delegate pattern in your application.
Declared In: PromoView.h