Adobe Access Objective-C API  4.0
This document describes the Objective-C API exposed for Adobe Access support on iOS.
 All Classes Files Functions Typedefs Enumerations Enumerator Properties
Public Member Functions | Properties
DRMMetadata Class Reference

#import <DRMInterface.h>

List of all members.

Public Member Functions

(id) - initFromNSData:error:

Properties

NSString * serverUrl
 Returns the URL of a media rights server that provides the license that is required to view the associated content.
NSString * licenseId
 Returns a unique ID identifying the content associated with this metadata on the media rights server.
NSArray * policies
 Returns the DRMPolicy objects.

Detailed Description

The DRMMetadata class provides the information required to obtain the license necessary to view DRM-protected content. This is where the application developer can find out which policies are available and determine whether additional authentication is needed. The class can only be constructed by DRMManager or DRMMetadata::initFromNSData.

Definition at line 184 of file DRMInterface.h.


Member Function Documentation

- (id) initFromNSData: (NSData *)  rawData
error: (DRMOperationError error 

Property Documentation

- (NSString*) licenseId [read, retain]

Returns a unique ID identifying the content associated with this metadata on the media rights server.

Definition at line 188 of file DRMInterface.h.

- (NSArray*) policies [read, retain]

Returns the DRMPolicy objects.

Definition at line 190 of file DRMInterface.h.

- (NSString*) serverUrl [read, retain]

Returns the URL of a media rights server that provides the license that is required to view the associated content.

Definition at line 186 of file DRMInterface.h.


The documentation for this class was generated from the following file: