This delegate communicates about downloading a Fairplay license.
More...
#import <OOFairplayContentKeyDelegate.h>
This delegate communicates about downloading a Fairplay license.
- (void) contentKeyFailedToRetrieveWithError: |
|
(NSError *) |
error |
|
If there was an error retrieving a Fairplay key from the server, this method will be called.
- Parameters
-
error | description of what went wrong. |
- (void) contentKeyPersistedAtLocation: |
|
(NSURL *) |
location |
forAsset: |
|
(AVURLAsset *) |
asset |
|
|
| |
|
optional |
If we intent to download the Fairplay asset, this will be called after saving the Fairplay key retrieved from the server.
- Parameters
-
location | where it was persisted in the device. |
asset | the asset that will be downloaded. |
The documentation for this protocol was generated from the following file: