Class s7sdk.event.SocialEvent
A SocialEvent is dispatched by components from s7sdk.share package whenever sharing components are activated by the user.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
s7sdk.event.SocialEvent(type, bubbles)
|
| 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.
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.