Packagecom.adobe.mediacore.timeline.advertising
Classpublic final class MetadataAdResolver
InheritanceMetadataAdResolver Inheritance MetadataResolver Inheritance ContentResolver Inheritance Object
Deprecated: The MetadataAdResolver class was depreceated. Please use MetadataResolver class instead.



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
 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
 Inherited
doCanResolve(opportunity:Opportunity):Boolean
[override] The actual implementation must override this method.
MetadataResolver
 Inherited
[override]
MetadataResolver
 Inherited
doResolve(opportunity:Opportunity):void
[override] The actual implementation must override this method.
MetadataResolver