SignStixNotify
Modifier and Type | Function and Description |
---|---|
void |
notifyOnCarouselSelection(String jsFunctionName)
Set the Javascript function to be called when a carousel has had a specific image selected.
|
void |
notifyOnCustomCommand(String jsFunctionName)
Set the Javascript function to be called when a custom command is received from
an external source.
|
void |
notifyOnLayerTouched(String jsFunctionName)
Set the Javascript function to be called when a layer is touched and
activated i.e.
|
void |
notifyOnPlaylistEnd(String jsFunctionName)
Set the Javascript function to be called when a playlist ends.
|
void |
notifyOnPlaylistStart(String jsFunctionName)
Set the Javascript function to be called when a playlist starts.
|
void |
notifyOnSignAppeared(String jsFunctionName)
Set the Javascript function to be called when a newly-started sign actually
appears on the screen.
|
void |
notifyOnSignDisappearing(String jsFunctionName)
Set the Javascript function to be called when a sign which had previously
appeared on the screen is just about to disappear from the screen.
|
void |
notifyOnSignEnd(String jsFunctionName)
Set the Javascript function to be called when a sign iteration ends.
|
void |
notifyOnSignStart(String jsFunctionName)
Set the Javascript function to be called when a sign iteration starts.
|
void |
notifyOnTextInput(String terminators,
String jsFunctionName)
Set the Javascript function to be called when text input is received from an
external source, such as a keyboard or barcode scanner.
|
void |
notifyOnTimeout(String jsFunctionName)
Set the Javascript function to be called when the sign's interactivity
timeout (if any) has been triggered.
|
void |
notifyOnVideoEnd(String jsFunctionName)
Set the Javascript function to be called when a video ends.
|
void |
notifyOnVideoStart(String jsFunctionName)
Set the Javascript function to be called when a video starts.
|
void notifyOnSignStart(String jsFunctionName)
jsFunctionName
- may be null (to prevent further notifications) or
the name of a Javascript function that takes parameters as
follows:
void notifyOnSignEnd(String jsFunctionName)
jsFunctionName
- may be null (to prevent further notifications) or
the name of a Javascript function that takes parameters as
follows:
void notifyOnSignAppeared(String jsFunctionName)
jsFunctionName
- may be null (to prevent further notifications) or
the name of a Javascript function that takes parameters as follows:
void notifyOnSignDisappearing(String jsFunctionName)
Note that it is only safe to access the Layers of the corresponding sign during the period between the partner notification (sign-appeared) and this one.
jsFunctionName
- may be null (to prevent further notifications) or
the name of a Javascript function that takes parameters as follows:
void notifyOnPlaylistStart(String jsFunctionName)
jsFunctionName
- may be null (to prevent further notifications) or
the name of a Javascript function that takes parameters as
follows:
void notifyOnPlaylistEnd(String jsFunctionName)
jsFunctionName
- may be null (to prevent further notifications) or
the name of a Javascript function that takes parameters as
follows:
void notifyOnVideoStart(String jsFunctionName)
jsFunctionName
- may be null (to prevent further notifications) or
the name of a Javascript function that takes parameters as
follows:
void notifyOnVideoEnd(String jsFunctionName)
jsFunctionName
- may be null (to prevent further notifications) or
the name of a Javascript function that takes parameters as
follows:
void notifyOnLayerTouched(String jsFunctionName)
jsFunctionName
- may be null (to prevent further notifications) or
the name of a Javascript function that takes parameters as
follows:
void notifyOnTimeout(String jsFunctionName)
jsFunctionName
- may be null (to prevent further notifications) or
the name of a Javascript function that takes parameters as
follows:
void notifyOnCarouselSelection(String jsFunctionName)
jsFunctionName
- may be null (to prevent further notifications) or
the name of a Javascript function that takes parameters as follows:
void notifyOnCustomCommand(String jsFunctionName)
jsFunctionName
- may be null (to prevent further notifications) or
the name of a Javascript function that takes parameters as follows:
void notifyOnTextInput(String terminators, String jsFunctionName)
terminators
- a string where each character can mark the end of
a phrase in the incoming text. For example, if a bar code scanner sends a newline at the
end of each code, pass in "\n".jsFunctionName
- may be null (to prevent further notifications) or
the name of a Javascript function that takes parameters as follows: