Packagecom.adobe.mediacore.timeline.advertising
Classpublic final class AuditudeAdResolver
InheritanceAuditudeAdResolver Inheritance AuditudeResolver Inheritance ContentResolver Inheritance Object
Deprecated: The AuditudeAdResolver class was deprecated. Use AuditudeResolver 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
notifyCompleted(request:AuditudeRequest, proposals:Vector.<TimelineOperation>):void
Notifies PSDK that the specified request was resolved successful.
AuditudeResolver
 Inherited
notifyFailed(request:AuditudeRequest, mediaError:MediaError):void
Notifies PSDK that the specified request was not resolved.
AuditudeResolver
 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.
AuditudeResolver
 Inherited
[override] Actual content resolvers should override this method if they need to do some configuration based on the specified media player item.
AuditudeResolver
 Inherited
doResolve(opportunity:Opportunity):void
[override] The actual implementation must override this method.
AuditudeResolver