| Modifier and Type | Field and Description |
|---|---|
static int |
KILLED
The application is in the killed state.
|
static int |
LOADING
The application is in the loading state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
prefetch()
Loads the initial entry page of the application and waits for a signal.
|
void |
startTrigger(Date starttime)
Sends the application a start trigger at the specified time.
|
void |
trigger(Date time,
Object triggerPayload)
Sends the application a trigger with the given payload at the specified time.
|
addAppStateChangeEventListener, getState, pause, removeAppStateChangeEventListener, resume, start, start, stopstatic final int LOADING
static final int KILLED
void prefetch()
SecurityException - if the calling application does not have
permission to start applicationsvoid startTrigger(Date starttime)
starttime - the specified time to send a start trigger to the application. If the time
has already passed the application manager shall send the trigger
immediately. Dates pre-epoch shall always cause the application manager
to send the trigger immediately.SecurityException - if the calling application does not have
permission to start applicationsvoid trigger(Date time, Object triggerPayload)
time - the specified time to send a start trigger to the application.
If the time has
already passed the application manager should send the trigger
immediately. Dates pre-epoch shall always cause the application manager
to send a 'now' trigger.triggerPayload - the specified payload to deliver with the trigger.
The payload is specified as object, but this
will be refined once DVB-HTML Triggers are properly defined.SecurityException - if the calling application does not have
permission to start applicationsCopyright © 2012 code4tv.com. All Rights Reserved.