![]() |
Adobe Access Objective-C API
4.0
This document describes the Objective-C API exposed for Adobe Access support on
iOS.
|
#import <DRMInterface.h>
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. |
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.
- (id) initFromNSData: | (NSData *) | rawData | |
error: | (DRMOperationError) | error | |
- (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.