Skip to content

Commit 525d3ee

Browse files
committed
readme updated: working on docs table
1 parent 4a071c6 commit 525d3ee

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@ protected void onCreate(Bundle savedInstanceState) {
9090
| Method | Description |
9191
|------------------------------------|--------------------------|
9292
| **Notify.create(Context context)** | Creates a Notify object |
93-
| **setTitle** | Sets the notification title |
94-
| **setContent** | Sets the notification content |
95-
| **setId(int id)** | Sets the identifier for the notification |
93+
| **setId(id)** | Sets the identifier for the notification |
94+
| **setTitle(title)** | Sets the notification title |
95+
| **setContent(content)** | Sets the notification content |
96+
| **setLargeIcon(largeIcon)** | Sets the large icon from a drawable or URL resource |
97+
| **setSmallIcon(smallIcon)** | Sets the large icon from a drawable resource |
9698

9799
## License
98100

0 commit comments

Comments
 (0)