Contents

ManagedMediaListResponse.BooksItem

A dictionary that describes a managed book.

Declaration

object ManagedMediaListResponse.BooksItem

Properties

NameTypeDescription
Authorstring

The name of the book’s author.

iTunesStoreID Requiredinteger

The book’s iTunes Store identifier.

Kindstring

The kind of the media, which is one of the following values:

  • pdf: A PDF file

  • epub: An EPUB file in gzip format

  • ibooks: An iBooks Author file in gzip format

  • The file extension in the URL

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.

Statestring

The installation state of this book, which is one of the following values:

  • Queued

  • PromptingForLogin

  • Updating

  • Installing

  • Managed

  • ManagedButUninstalled

  • Installed

  • Uninstalled

  • Failed

  • Unknown

The Failed and Unknown states are transient and the device only reports them once. Books from the Book Store report their state as Installed instead of Managed.

Titlestring

The book’s title.

Versionstring

The book’s version number.

See Also

Objects