File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments