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 |
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 |
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 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: