BRPromotionInfo
Represents information about a promotion retrieved for the current user.
Declaration
@interface BRPromotionInfo : NSObject <BRSerializable>
class BRPromotionInfo : NSObject, BRSerializable
Quick Reference
Properties
| Property | Description |
|---|---|
slug | The promotion slug from the PVP dashboard. |
targeted | Whether 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.