public class TransactionColorUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static TransactionColorUtil |
getInstance(android.content.Context context) |
int |
getTransactionColor(HttpTransaction.Status status,
java.lang.Integer responseCode) |
int |
getTransactionColor(HttpTransaction.Status status,
java.lang.Integer responseCode,
boolean txtColors) |
int |
getTransactionColor(HttpTransaction transaction) |
int |
getTransactionColor(HttpTransaction transaction,
boolean txtColors) |
public static TransactionColorUtil getInstance(android.content.Context context)
public int getTransactionColor(HttpTransaction transaction)
public int getTransactionColor(HttpTransaction transaction, boolean txtColors)
public int getTransactionColor(HttpTransaction.Status status, java.lang.Integer responseCode)
public int getTransactionColor(HttpTransaction.Status status, java.lang.Integer responseCode, boolean txtColors)