You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see in the Spotlight.kt.startSpotlight() it always starts with target 0. In my case, I want to "resume" a tutorial at a specific target after having stopped it.
I know there is a showTarget(int) but that can only be issued after it has been started (and thus target 0 is already displayed).
Is there an approach to starting the Spotlight at a specific target. I can work around this by modifying my own target deck for this "resume" case but would prefer a more native approach.
Thanks.
The text was updated successfully, but these errors were encountered:
I see in the Spotlight.kt.startSpotlight() it always starts with target 0. In my case, I want to "resume" a tutorial at a specific target after having stopped it.
I know there is a showTarget(int) but that can only be issued after it has been started (and thus target 0 is already displayed).
Is there an approach to starting the Spotlight at a specific target. I can work around this by modifying my own target deck for this "resume" case but would prefer a more native approach.
Thanks.
The text was updated successfully, but these errors were encountered: