InstallMediaCommand.Command
The command to install a book on a device.
Declaration
object InstallMediaCommand.CommandProperties
| Name | Type | Description |
|---|---|---|
Author | string | The name of the book’s author. This value is available in iOS 8 and later. |
iTunesStoreID | integer | The book’s iTunes Store identifier. |
Kind | string | The kind of the media, which can be one of the following values:
If you omit this value, its value is the file extension in the URL. This value is available in iOS 8 and later. |
MediaType Required | string | The media type, which can only be |
MediaURL | string | The URL to retrieve the book. This value is available in iOS 8 and later. |
PersistentID | string | The book’s persistent identifier in reverse-DNS form; for example, |
RequestRequiresNetworkTether | boolean | If |
RequestType Required | string | The request type for this command. |
Title | string | The book’s title. This value is available in iOS 8 and later. |
Version | string | The book’s version number. This value is available in iOS 8 and later. |