Go to library
- Since SDK: 1.0.0
Call to send the user to the library
adobe.dps.store.goToLibrary
API Snippet
goToLibrary
<!DOCTYPE html PUBLIC "-/ / W3C/ / DTD XHTML 1.0 Transitional/ / EN" "http:/ / www.w3.org/ TR/ xhtml1/ DTD/ xhtml1- transitional.dtd"> <html xmlns= "http:/ / www.w3.org/ 1999/ xhtml"> <head> <meta http- equiv= "Content- Type" content= "text/ html; charset= UTF- 8" / > <title>goToLibrary API</ title> <script type= "text/ javascript"> function goToLibrary() { if (window.adobedpscontextloaded) { / / call into the goToLibrary API adobe.dps.store.goToLibrary(); } } </ script> </ head> <body> <button type= "button" onclick= "goToLibrary()">Go To Library</ button> </ body> </ html>
