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 *currencyType
Declared In
POBReward.h
amount
Reward amount to offer to the user
@property (nonatomic, readonly) NSNumber *amount
Declared 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 *)reward
Parameters
reward |
to compare with the receiver |
---|
Return Value
YES if the receiver and anObject have same currency & amount, otherwise NO.
Declared In
POBReward.h