public static class AHNotification.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AHNotification |
build() |
AHNotification.Builder |
setBackgroundColor(int backgroundColor) |
AHNotification.Builder |
setText(java.lang.String text) |
AHNotification.Builder |
setTextColor(int textColor) |
public AHNotification.Builder setText(java.lang.String text)
public AHNotification.Builder setTextColor(int textColor)
public AHNotification.Builder setBackgroundColor(int backgroundColor)
public AHNotification build()