public interface SKRequestDelegate
Modifier and Type | Method and Description |
---|---|
default void |
didFailWithError(SKRequest request,
NSError error)
It is used in order to handle the failure of requests.
|
default void |
didFinish(SKRequest request)
It is used in order to handle the successful request process.
|
default void didFailWithError(SKRequest request, NSError error)
request
- The SKRequest object that corresponds to this delegate.error
- The error that caused failure.default void didFinish(SKRequest request)
request
- The SKRequest object that corresponds to this delegate.Copyright © 2020. All rights reserved.