initWithContentsOfArray: |
This method initializes the MPReceipt object with a name, version, revision, variants, active state and long description.
- (id)initWithContentsOfArray:(NSArray *)array;
array
The MPReceipt object contains an internal dictionary whose keys are the following strings: name, version, revision, variants, active, whatIsThis. The values for these keys are provided by the initializing array parameter.
Last Updated: Sunday, July 13, 2008