public static class AHNotification.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AHNotification.Builder |
animate(boolean animate) |
AHNotification |
build() |
AHNotification.Builder |
setBackgroundColor(java.lang.Integer backgroundColor) |
AHNotification.Builder |
setSize(int size) |
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(java.lang.Integer backgroundColor)
public AHNotification.Builder setSize(int size)
public AHNotification.Builder animate(boolean animate)
public AHNotification build()