POBReward Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | POBReward.h |
currencyType
Currency for the reward, e.g. coin, life, etc.
@property (nonatomic, strong, readonly) NSString *currencyTypeDeclared In
POBReward.h
amount
Reward amount to offer to the user
@property (nonatomic, readonly) NSNumber *amountDeclared In
POBReward.h
– isEqualToReward:
Returns a Boolean value that indicates whether the given reward is equal to the receiver by comparing its currency & amount.
- (BOOL)isEqualToReward:(POBReward *)rewardParameters
reward |
to compare with the receiver |
|---|
Return Value
YES if the receiver and anObject have same currency & amount, otherwise NO.
Declared In
POBReward.h