PFPurchaseTableViewCellState Constants Reference
Declared in | PFPurchaseTableViewCell.h |
---|---|
References | PFPurchaseTableViewCell |
PFPurchaseTableViewCellState
An enum that represents states of the PFPurchaseTableViewCell.
Definition
typedef NS_ENUM(uint8_t, PFPurchaseTableViewCellState ) {
PFPurchaseTableViewCellStateNormal = 0,
PFPurchaseTableViewCellStateDownloading,
PFPurchaseTableViewCellStateDownloaded,
};
Constants
PFPurchaseTableViewCellStateNormal
-
Normal state of the cell.
Declared In
PFPurchaseTableViewCell.h
. PFPurchaseTableViewCellStateDownloading
-
Downloading state of the cell.
Declared In
PFPurchaseTableViewCell.h
. PFPurchaseTableViewCellStateDownloaded
-
State of the cell, when the product was downloaded.
Declared In
PFPurchaseTableViewCell.h
.
See Also
Declared In
PFPurchaseTableViewCell.h