public final class AHNotificationHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getBackgroundColor(AHNotification notification,
int defaultBackgroundColor)
Get background color for given notification.
|
static int |
getTextColor(AHNotification notification,
int defaultTextColor)
Get text color for given notification.
|
public static int getTextColor(AHNotification notification, int defaultTextColor)
notification - AHNotification, non nulldefaultTextColor - int default text color for all notificationspublic static int getBackgroundColor(AHNotification notification, int defaultBackgroundColor)
notification - AHNotification, non nulldefaultBackgroundColor - int default background color for all notifications