public class WelcomeFinisher
extends java.lang.Object
| Constructor and Description |
|---|
WelcomeFinisher(Fragment fragment) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Completes the welcome screen the provided fragment is a part of.
|
public WelcomeFinisher(Fragment fragment)
fragment - A fragment that is a custom page in a WelcomeActivitypublic void finish()
WelcomeActivity to avoid errors if
this is used in the wrong place.