@@ -90,26 +90,26 @@ protected void onCreate(Bundle savedInstanceState) {
9090
9191| Method | Description |
9292| ------------------------------------| --------------------------|
93- | ** Notify.build(context)** | Creates a Notify object |
94- | ** setId(id)** | Sets the identifier for the notification |
95- | ** setTitle(title)** | Sets the notification title |
96- | ** setContent(content)** | Sets the notification content |
97- | ** setImportance(importance)** | Handles the importance with NotifyImportance |
98- | ** setLargeIcon(largeIcon)** | Sets the large icon from a drawable or URL resource |
99- | ** largeCircularIcon()** | Makes large icon circular |
100- | ** setSmallIcon(smallIcon)** | Sets the small icon from a drawable resource |
101- | ** setPicture(picture)** | Sets a picture from a drawable or URL resource |
102- | ** setChannelId(id)** | Sets the notification channel id |
103- | ** setChannelName(name)** | Sets the notification channel name |
104- | ** setChannelDescription(description)** | Sets the notification channel description |
105- | ** setAutoCancel(autoCancel)** | Sets the auto-cancel value |
106- | ** setAction(intent)** | Sets the action for when user clicks the notification |
93+ | ** Notify.build(context)** | Create a Notify object |
94+ | ** setId(id)** | Set the identifier for the notification |
95+ | ** setTitle(title)** | Set the notification title |
96+ | ** setContent(content)** | Set the notification content |
97+ | ** setImportance(importance)** | Handle the importance with NotifyImportance |
98+ | ** setLargeIcon(largeIcon)** | Set the large icon from a drawable or URL resource |
99+ | ** largeCircularIcon()** | Make large icon circular |
100+ | ** setSmallIcon(smallIcon)** | Set the small icon from a drawable resource |
101+ | ** setPicture(picture)** | Set a picture from a drawable or URL resource |
102+ | ** setChannelId(id)** | Set the notification channel id |
103+ | ** setChannelName(name)** | Set the notification channel name |
104+ | ** setChannelDescription(description)** | Set the notification channel description |
105+ | ** setAutoCancel(autoCancel)** | Set the auto-cancel value |
106+ | ** setAction(intent)** | Set the action for when user clicks the notification |
107107| ** enableVibration(vibration)** | Enable or disable the vibration |
108- | ** setVibrationPattern(vibrationPattern)** | Sets the vibration pattern |
109- | ** getNotificationBuilder()** | Returns the NotificationCompat.Builder object |
110- | ** show()** | Shows the notification |
111- | ** cancel(context, id)** | Cancels the notification specified by id |
112- | ** cancelAll(context)** | Cancels all the notifications |
108+ | ** setVibrationPattern(vibrationPattern)** | Set the vibration pattern |
109+ | ** getNotificationBuilder()** | Return the native NotificationCompat.Builder object |
110+ | ** show()** | Show the notification |
111+ | ** cancel(context, id)** | Cancel the specified notification by id |
112+ | ** cancelAll(context)** | Cancel all notifications |
113113
114114## License
115115
0 commit comments