PSDK FlashRuntime - Public API
All Packages
|
All Classes
|
Index
|
Frames
No Frames
AuditudeAdResolver
Properties
|
Methods
Package
com.adobe.mediacore.timeline.advertising
Class
public final class AuditudeAdResolver
Inheritance
AuditudeAdResolver
AuditudeResolver
ContentResolver
Object
Deprecated:
The AuditudeAdResolver class was deprecated. Use AuditudeResolver 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
notifyCompleted
(request:AuditudeRequest, proposals:Vector.<
TimelineOperation
>):void
Notifies PSDK that the specified request was resolved successful.
AuditudeResolver
notifyFailed
(request:AuditudeRequest, mediaError:
MediaError
):void
Notifies PSDK that the specified request was not resolved.
AuditudeResolver
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.
AuditudeResolver
doConfigure
(item:
MediaPlayerItem
):void
[override] Actual content resolvers should override this method if they need to do some configuration based on the specified media player item.
AuditudeResolver
doResolve
(opportunity:
Opportunity
):void
[override] The actual implementation must override this method.
AuditudeResolver
Fri Jun 20 2014, 11:19 AM -07:00