PSDK FlashRuntime - Public API
All Packages
|
All Classes
|
Index
|
Frames
No Frames
MetadataAdResolver
Properties
|
Methods
Package
com.adobe.mediacore.timeline.advertising
Class
public final class MetadataAdResolver
Inheritance
MetadataAdResolver
MetadataResolver
ContentResolver
Object
Deprecated:
The MetadataAdResolver class was depreceated. Please use MetadataResolver class instead.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
client
:
ContentResolverClient
[read-only] Returns the client associated with this content resolver.
ContentResolver
context
:
MediaPlayerContext
[read-only] Returns the context associated with this content resolver.
ContentResolver
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
canResolve
(opportunity:
Opportunity
):Boolean
Checks if the specified opportunity can be resolved by the current resolver.
ContentResolver
configure
(item:
MediaPlayerItem
, context:
MediaPlayerContext
, client:
ContentResolverClient
):void
Callback invoked by the PSDK every time the content resolver needs to be configured or re-configured due to an item change.
ContentResolver
resolve
(opportunity:
Opportunity
):void
Resolves the opportunity according to the provided information.
ContentResolver
Protected Methods
Show Inherited Protected Methods
Show Inherited Protected Methods
Method
Defined By
doCanResolve
(opportunity:
Opportunity
):Boolean
[override] The actual implementation must override this method.
MetadataResolver
doConfigure
(item:
MediaPlayerItem
):void
[override]
MetadataResolver
doResolve
(opportunity:
Opportunity
):void
[override] The actual implementation must override this method.
MetadataResolver
Fri Jun 20 2014, 11:19 AM -07:00