Guest User

Untitled

a guest
May 20th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. // Boot with standard Intercom launcher hidden
  2. Intercom('boot', {
  3. app_id: APP_ID,
  4. hide_default_launcher: true,
  5. });
  6.  
  7. // Hide the standard Intercom launcher
  8. Intercom('update', {
  9. hide_default_launcher: true
  10. });
  11.  
  12. // Show the standard Intercom launcher
  13. Intercom('update', {
  14. hide_default_launcher: false
  15. });
Add Comment
Please, Sign In to add comment