CopaApp
Change of Plan Application
 All Classes Functions Variables Pages
Static Public Member Functions | List of all members
unicopa.copa.app.gui.PopUp Class Reference

This is a helper class for dialogs and alerts. More...

Collaboration diagram for unicopa.copa.app.gui.PopUp:
Collaboration graph

Static Public Member Functions

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...
 

Detailed Description

This is a helper class for dialogs and alerts.

Author
Martin Rabe, Christiane Kuhn

Member Function Documentation

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
context
title
msg
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
context
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
context
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
context

The documentation for this class was generated from the following file: