MaterialIntroView
MaterialIntroView copied to clipboard
How To Skip The MaterialIntroView
Is there any option so that I can skip the whole MaterialIntroView let suppose user did not want to see the intro he want to skip ?
I also want to know .please reply
Skipping all is not supported right now.
You can use
PreferencesManager preferencesManager = new PreferencesManager(context); preferencesManager.setDisplayed("USAGE_ID");
to set the usage_id as displayed already.