Skip to main content

BRPromotionInfo

Represents information about a promotion retrieved for the current user.

Declaration

@interface BRPromotionInfo : NSObject <BRSerializable>
class BRPromotionInfo : NSObject, BRSerializable

Quick Reference

Properties

PropertyDescription
slugThe promotion slug from the PVP dashboard.
targetedWhether this promotion is targeted to this specific user.

Properties

slug (read-only)

@property (nonatomic, strong, readonly, nonnull) NSString *slug;
var slug: String { get }

The promotion slug from the PVP dashboard.


targeted (read-only)

@property (nonatomic, readonly) BOOL targeted;
var targeted: Bool { get }

Whether this promotion is targeted to this specific user.