Track if guide is displayed from with in the app
Hi,
Is there a property to track if guide is being displayed or not from with in the app? I am looking to write logic like
if(guide.displayed)
app code here
0
Hi,
Is there a property to track if guide is being displayed or not from with in the app? I am looking to write logic like
if(guide.displayed)
app code here
Comments
Hi Gautham Ravindran,
Are you trying to see if a guide is displayed at that moment in the product?
If so, you can try running:
pendo.getActiveGuide()
IIf that returns null, there's no active guide on the page. Otherwise it will return an object containing information about the guide that is currently active on the page.
Let the community know if that's what you're trying to accomplish or share more info if you still need help!
Hi Howard,
thank you for a quick response. This is what I looking to do. Does this code snippet apply for mobile sdk? I am not able to see this for Mobile in this API documentation link below.
IOS Developer API Documentation – Pendo Help Center
Thanks,
Gautham
Hey Gautham Ravindran,
Sorry for the delayed response - this only applies for guides on web, and unfortunately there is not a comparable code snippet for Mobile to show what guides are active/displayed.
This would be good feedback to submit to our mobile product team - let me know if you have any further questions or issues.
Please sign in to leave a comment.