public abstract class SKRequest extends NSObject
| Constructor and Description |
|---|
SKRequest() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
cancel()
Cancels request sending to the App Store.
|
SKRequestDelegate |
delegate()
Returns the delegate of this SKRequest.
|
void |
setDelegate(SKRequestDelegate delegate)
Sets the specified delegate for this SKRequest.
|
abstract void |
start()
Initiates request sending to the App Store.
|
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeypublic SKRequestDelegate delegate()
public void setDelegate(SKRequestDelegate delegate)
delegate - The delegate for this SKRequest.public abstract void start()
public abstract void cancel()
Copyright © 2020. All rights reserved.