public class CustomAlert
extends java.lang.Object
| Constructor and Description |
|---|
CustomAlert(android.app.Activity activity) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
android.view.View |
getAlertButton() |
CustomAlert |
setButtonColor(java.lang.String color) |
CustomAlert |
setButtonText(java.lang.String buttonText) |
CustomAlert |
setButtonTextColor(java.lang.String color) |
CustomAlert |
setMessage(java.lang.String message) |
CustomAlert |
setMessageColor(java.lang.String color) |
CustomAlert |
setTitle(java.lang.String title) |
CustomAlert |
setTitleBlockColor(java.lang.String color) |
CustomAlert |
setTitleColor(java.lang.String color) |
CustomAlert |
show() |
public CustomAlert show()
public android.view.View getAlertButton()
public void close()
public CustomAlert setTitle(java.lang.String title)
public CustomAlert setMessage(java.lang.String message)
public CustomAlert setButtonText(java.lang.String buttonText)
public CustomAlert setTitleBlockColor(java.lang.String color)
public CustomAlert setButtonColor(java.lang.String color)
public CustomAlert setButtonTextColor(java.lang.String color)
public CustomAlert setTitleColor(java.lang.String color)
public CustomAlert setMessageColor(java.lang.String color)