public class SKProductsRequest extends SKRequest
| Constructor and Description |
|---|
SKProductsRequest(Set<String> productIdentifiers)
Constructs a SKProductsRequest object with the specified identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels request sending to the App Store.
|
SKProductsRequestDelegate |
productsDelegate()
Returns the delegate of this SKProductsRequest object.
|
void |
setDelegate(SKProductsRequestDelegate delegate)
Sets the specified delegate for this SKProductsRequest object.
|
void |
start()
Initiates request sending to the App Store.
|
delegate, setDelegateaddObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeypublic SKProductsRequestDelegate productsDelegate()
public void setDelegate(SKProductsRequestDelegate delegate)
delegate - The delegate of this SKProductsRequest object.public void start()
SKRequestCopyright © 2020. All rights reserved.