VP_EVENT_URL
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 | URL to open | |
VP_URL_TARGET | Target container to open the URL in |
Behavior
- If
VP_URL
is 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