VP_EVENT_URL
Jump to navigation
Jump to search
Event set and handler snippet
vp_event_set(instance, VP_EVENT_URL, event_url);
void event_url(VPInstance instance) { }A request for the receiving client to open a URL.
Attributes
| Attribute | Usage | |
|---|---|---|
| VP_AVATAR_SESSION | Source session ID of the URL request | |
| VP_URL_TARGET | Target container to open the URL in | |
| VP_URL | URL to open |
Behavior
- If
VP_URLis a blank string, it should be assumed that the client close the web view for the specified target
Examples
- This event has no usage examples; please add at least one to this page