Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodriguesabner committed Oct 6, 2019
1 parent 4985417 commit d4a199a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Explain how to run the automated tests for this system
Toast.LONG_DELAY) //Duration
.setVisible(true);
```
### Success Warning - SHORT_DELAY
### Warning Notification - SHORT_DELAY

```
new Toast.ToastWarning(
"Warning", //Message
Toast.SHORT_DELAY) //Duration
.setVisible(true);
```
### Success Notification - LONG_DELAY
### Error Notification - LONG_DELAY

```
new Toast.ToastError(
Expand Down

0 comments on commit d4a199a

Please sign in to comment.