public class SKPaymentTransaction extends NSObject
| Modifier and Type | Method and Description | 
|---|---|
| NSError | error()Returns an error related to this transaction. | 
| SKPaymentTransaction | originalTransaction()Returns a restored by App Store transaction. | 
| SKPayment | payment()Returns the SKPayment object associated to this payment transaction. | 
| NSDate | transactionDate()Returns the date that the transaction was added to the App Store. | 
| String | transactionIdentifier()Returns the id of this payment transaction. | 
| NSData | transactionReceipt()Deprecated.  | 
| int | transactionState()Returns the current state of this transaction. | 
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeypublic NSError error()
public SKPaymentTransaction originalTransaction()
public SKPayment payment()
public NSDate transactionDate()
public String transactionIdentifier()
@Deprecated public NSData transactionReceipt()
public int transactionState()
Copyright © 2020. All rights reserved.