You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least the first 7 entries are outdated, as the title argument is now optional.
Additionally, a set(notification: Notification, to: boolean): Notification method is not documented.
By the way:
"This are the currently available access methods:" should read "These are the currently available access methods:".
Most descriptions refer to "the provided title and content", when providing both is in fact optional.
The text was updated successfully, but these errors were encountered:
The README's Creating Notifications section contains a table with method signatures like the following:
success(title: any, content?: any, override?: any, context?: any)
At least the first 7 entries are outdated, as the title argument is now optional.
Additionally, a
set(notification: Notification, to: boolean): Notification
method is not documented.By the way:
The text was updated successfully, but these errors were encountered: