public class AlternativeContentEvent extends PresentationChangedEvent
AlternativeContentEvent is generated to indicate that
"alternative" content is being presented during the presentation of
a service. Alternative content is content not actually part of the
requested service, such as content related to conditional access
failures (e.g., purchase dialogs or advertising for content for
which the user is not yet authorized). The presentation of
alternative content is always initiated by the system and never by
applications.This event will be generated in two situations:
NormalContentEvent will
not be generated. SelectionFailedEvent
with the CA_REFUSAL reason code. Which of these is
used depends on the precise nature of the conditional access
system. Applications must allow for both modes of failure.source| Constructor and Description |
|---|
AlternativeContentEvent(ServiceContext source)
Constructs the event.
|
getServiceContextgetSource, toStringpublic AlternativeContentEvent(ServiceContext source)
source - The ServiceContext that generated the
event.Copyright © 2012 code4tv.com. All Rights Reserved.