|
LuxChat
2.0
Instant messenger for iOS
|
#import <PFProduct.h>
Properties | |
| NSString * | productIdentifier |
More... | |
| PFFile * | icon |
| NSString * | title |
| NSString * | subtitle |
| NSNumber * | order |
| NSString * | downloadName |
Properties inherited from PFObject | |
| NSString * | parseClassName |
More... | |
| NSString * | objectId |
| NSDate * | updatedAt |
| NSDate * | createdAt |
| PFACL * | ACL |
| NSArray< NSString * > * | allKeys |
| BOOL | dataAvailable |
More... | |
| BOOL | dirty |
More... | |
Copyright (c) 2015-present, Parse, LLC. All rights reserved.
This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. The PFProduct class represents an in-app purchase product on the Parse server. By default, products can only be created via the Data Browser. Saving a PFProduct will result in error. However, the products' metadata information can be queried and viewed.
This class is currently for iOS only.
|
readnonatomicstrong |
The name of the associated download.
If there is no downloadable asset, it should be nil.
|
readwritenonatomicstrong |
The icon of the product.
|
readwritenonatomicstrong |
The order in which the product information is displayed in PFProductTableViewController.
The product with a smaller order is displayed earlier in the PFProductTableViewController.
|
readwritenonatomicstrong |
The product identifier of the product.
This should match the product identifier in iTunes Connect exactly.
|
readwritenonatomicstrong |
The subtitle of the product.
|
readwritenonatomicstrong |
The title of the product.
1.8.9.1