MaterialIntroView icon indicating copy to clipboard operation
MaterialIntroView copied to clipboard

How To Skip The MaterialIntroView

Open younas-bangash opened this issue 8 years ago • 3 comments

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 ?

younas-bangash avatar Aug 01 '16 08:08 younas-bangash

I also want to know .please reply

wowvisio avatar Sep 15 '16 05:09 wowvisio

Skipping all is not supported right now.

iammert avatar Sep 20 '16 06:09 iammert

You can use

PreferencesManager preferencesManager = new PreferencesManager(context); preferencesManager.setDisplayed("USAGE_ID");

to set the usage_id as displayed already.

svvashishtha avatar Feb 08 '19 09:02 svvashishtha