Packagecom.adobe.mediacore.timeline.advertising
Classpublic class MetadataResolver
InheritanceMetadataResolver Inheritance ContentResolver Inheritance Object
Subclasses MetadataAdResolver



Public Properties
 PropertyDefined By
 Inheritedclient : ContentResolverClient
[read-only] Returns the client associated with this content resolver.
ContentResolver
 Inheritedcontext : MediaPlayerContext
[read-only] Returns the context associated with this content resolver.
ContentResolver
Public Methods
 MethodDefined By
  
Default constructor.
MetadataResolver
 Inherited
canResolve(opportunity:Opportunity):Boolean
Checks if the specified opportunity can be resolved by the current resolver.
ContentResolver
 Inherited
Callback invoked by the PSDK every time the content resolver needs to be configured or re-configured due to an item change.
ContentResolver
 Inherited
resolve(opportunity:Opportunity):void
Resolves the opportunity according to the provided information.
ContentResolver
Protected Methods
 MethodDefined By
  
doCanResolve(opportunity:Opportunity):Boolean
[override] The actual implementation must override this method.
MetadataResolver
  
[override]
MetadataResolver
  
doResolve(opportunity:Opportunity):void
[override] The actual implementation must override this method.
MetadataResolver
Constructor Detail
MetadataResolver()Constructor
public function MetadataResolver()

Default constructor.

Method Detail
doCanResolve()method
override protected function doCanResolve(opportunity:Opportunity):Boolean

The actual implementation must override this method.

Parameters

opportunity:Opportunity — the opportunity to be checked.

Returns
Boolean — true if the opportunity can be resolved by this resolver, false otherwise
doConfigure()method 
override protected function doConfigure(item:MediaPlayerItem):void

Parameters

item:MediaPlayerItem

doResolve()method 
override protected function doResolve(opportunity:Opportunity):void

The actual implementation must override this method.

Parameters

opportunity:Opportunity — information needed in resolving process.