InApps iOS
Instance Methods | Class Methods | Properties
LDInAppProduct Class Reference

Inherits NSObject.

Instance Methods

(NSDictionary *) - toDictionary
 

Class Methods

(instancetype) + fromDictionary:
 

Properties

NSString * productId
 
NSString * localizedTitle
 
NSString * localizedDescription
 
CGFloat price
 
NSString * localizedPrice
 
NSString * currency
 

Property Documentation

- (NSString*) localizedDescription
readwritenonatomicstrong

The description of a product.

- (NSString*) localizedPrice
readwritenonatomicstrong

The price of the product in local currency.

- (NSString*) localizedTitle
readwritenonatomicstrong

The title of a product.

- (CGFloat) price
readwritenonatomicassign

The price of a product.

- (NSString*) productId
readwritenonatomicstrong

The id of a product.


The documentation for this class was generated from the following file: