MAReward Class Reference

Inherits from NSObject
Declared in MAReward.h

Overview

This object represents a reward given to the user.

  defaultLabel

This the label that is used when a label is not given by the third-party network.

@property (nonatomic, copy, readonly, class) NSString *defaultLabel

Discussion

This the label that is used when a label is not given by the third-party network.

Declared In

MAReward.h

  defaultAmount

This is the amount that is used when no amount is given by the third-party network.

@property (nonatomic, assign, readonly, class) NSInteger defaultAmount

Discussion

This is the amount that is used when no amount is given by the third-party network.

Declared In

MAReward.h

  label

Get rewarded label or MAReward.defaultLabel if none specified.

@property (nonatomic, copy, readonly) NSString *label

Discussion

Get rewarded label or MAReward.defaultLabel if none specified.

Declared In

MAReward.h

  amount

Get rewarded amount or MAReward.defaultAmount if none specified.

@property (nonatomic, assign, readonly) NSInteger amount

Discussion

Get rewarded amount or MAReward.defaultAmount if none specified.

Declared In

MAReward.h