Socialid.events.onLogout

(Difference between revisions)
Jump to: navigation, search
Renato.neves (Talk | contribs)
(Created page with "== Description == Triggered when the user logs out. == Adding Handler == socialid.events.onLogout.addHandler(handler) == Event Data == {| ! align="left" width="200px" | e...")
Newer edit →

Revision as of 13:11, 7 December 2015

Contents

Description

Triggered when the user logs out.

Adding Handler

socialid.events.onLogout.addHandler(handler)

Event Data

event onLogout

Example

Adding a handler for the onLogout event:

 socialid.events.onLogout.addHandler(function(data) {
   console.log("Website received onLogout: ", data);
 });

Example response object:

 {
   event: "onLogout"
 }
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox