public static interface SnackBar.OnActionClickListener
| Modifier and Type | Method and Description |
|---|---|
void |
onActionClick(SnackBar sb,
int actionId)
Called when action button is clicked.
|
void onActionClick(SnackBar sb, int actionId)
sb - The SnackBar fire this event.actionId - The ActionId of this SnackBar.