es.cesar.quitesleep.utils
Class QSToast

java.lang.Object
  extended by es.cesar.quitesleep.utils.QSToast

public class QSToast
extends java.lang.Object

Author:
Cesar Valiente Gordo

Field Summary
static boolean DEBUG
           
static boolean RELEASE
           
 
Constructor Summary
QSToast()
           
 
Method Summary
static void d(Context context, java.lang.String message, int length)
          Toast for debug (d) mode
static void r(Context context, java.lang.String message, int length)
          Toast for release (r) mode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values

RELEASE

public static final boolean RELEASE
See Also:
Constant Field Values
Constructor Detail

QSToast

public QSToast()
Method Detail

d

public static void d(Context context,
                     java.lang.String message,
                     int length)
Toast for debug (d) mode

Parameters:
context -
message -
length -

r

public static void r(Context context,
                     java.lang.String message,
                     int length)
Toast for release (r) mode

Parameters:
context -
message -
length -