Contents

InstallMediaCommand.Command

The command to install a book on a device.

Declaration

object InstallMediaCommand.Command

Properties

NameTypeDescription
Authorstring

The name of the book’s author. This value is available in iOS 8 and later.

iTunesStoreIDinteger

The book’s iTunes Store identifier.

Kindstring

The kind of the media, which can be one of the following values:

  • pdf: A PDF file

  • epub: An EPUB file in gzip format.

  • ibooks: An iBooks Author file in gzip format.

If you omit this value, its value is the file extension in the URL. This value is available in iOS 8 and later.

MediaType Requiredstring

The media type, which can only be Book.

MediaURLstring

The URL to retrieve the book. This value is available in iOS 8 and later.

PersistentIDstring

The book’s persistent identifier in reverse-DNS form; for example, com.acme.manuals.training. This value is available in iOS 8 and later.

RequestRequiresNetworkTetherboolean

If true, the device needs to be network-tethered to run the command.

RequestType Requiredstring

The request type for this command.

Titlestring

The book’s title. This value is available in iOS 8 and later.

Versionstring

The book’s version number. This value is available in iOS 8 and later.