-
The target amount for the current global challenge.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSNumber *_Nonnull targetAmount;
Swift
var targetAmount: NSNumber { get }
-
The total spent amount in all categories for the current global challenge.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSNumber *_Nullable spentAmount;
Swift
var spentAmount: NSNumber? { get }