public interface SignUpDialog
Modifier and Type | Method and Description |
---|---|
void |
setContext(android.app.Activity activity) |
void |
show()
Show the SignUp dialog if context allows
|
void |
showIfNeeded()
Use this function safely from anywhere in your code when it's good time to show the sign up
dialog.
|
void show()
void showIfNeeded()
CaptainUpUI.getSignUpMessageDialog(MainActivity.this).showIfNeeded();
void setContext(android.app.Activity activity)