This is a helper class for dialogs and alerts.
More...
|
static void | loginFail (final Context context) |
| Creates a dialog that tells the user that he is not logged in and starts the LoginActivity. More...
|
|
static void | unsubscribed (final Context context) |
| Creates a dialog that tells the user that he has unsubscribed an event. More...
|
|
static void | alert (Context context, String title, String msg) |
| Creates an alert dialog with one button labeled 'OK'. More...
|
|
static void | firstAlert (final Context context) |
| Creates an dialog to inform the user about data protection/usage with two buttons labeled 'I accept. More...
|
|
This is a helper class for dialogs and alerts.
- Author
- Martin Rabe, Christiane Kuhn
static void unicopa.copa.app.gui.PopUp.alert |
( |
Context |
context, |
|
|
String |
title, |
|
|
String |
msg |
|
) |
| |
|
static |
Creates an alert dialog with one button labeled 'OK'.
- Parameters
-
static void unicopa.copa.app.gui.PopUp.firstAlert |
( |
final Context |
context) | |
|
|
static |
Creates an dialog to inform the user about data protection/usage with two buttons labeled 'I accept.
' and 'No!'.
- Parameters
-
static void unicopa.copa.app.gui.PopUp.loginFail |
( |
final Context |
context) | |
|
|
static |
Creates a dialog that tells the user that he is not logged in and starts the LoginActivity.
- Parameters
-
static void unicopa.copa.app.gui.PopUp.unsubscribed |
( |
final Context |
context) | |
|
|
static |
Creates a dialog that tells the user that he has unsubscribed an event.
- Parameters
-
The documentation for this class was generated from the following file:
- CopaApp/src/main/java/unicopa/copa/app/gui/PopUp.java