HTML5 Viewer SDK API Documentation 

Namespaces


Class Index

Classes in s7sdk.event

Class s7sdk.event.SocialEvent

A SocialEvent is dispatched by components from s7sdk.share package whenever sharing components are activated by the user.

Class Summary
Constructor Attributes Constructor Name and Description
 
s7sdk.event.SocialEvent(type, bubbles)
Field Summary
Field Attributes Field Name and Description
<static>  
s7sdk.event.SocialEvent.NOTF_SOCIAL_ACTIVATED
Defines the value of the type property for a SocialEvent to report sharing component is activated.
<static>  
s7sdk.event.SocialEvent.NOTF_SOCIAL_DEACTIVATED
Defines the value of the type property for a SocialEvent to report sharing component's panel closed.
Class Detail
s7sdk.event.SocialEvent(type, bubbles)
Parameters:
{String} type
Defines the value of the type property.
{Boolean} bubbles
Defines whether the event bubbles.
See:
s7sdk.share.EmailShare
s7sdk.share.EmbedShare
s7sdk.share.LinkShare
s7sdk.share.TwitterShare
s7sdk.share.FacebookShare
Field Detail
<static> s7sdk.event.SocialEvent.NOTF_SOCIAL_ACTIVATED
Defines the value of the type property for a SocialEvent to report sharing component is activated.

<static> s7sdk.event.SocialEvent.NOTF_SOCIAL_DEACTIVATED
Defines the value of the type property for a SocialEvent to report sharing component's panel closed.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 15 2020 11:59:12 GMT-0000 (UTC)