Checks if a notification category/channel is enabled.
The channel name.
Success callback.
Optional
error: ((err: string) => void)Error callback.
Enables/disables showing notifications in the foreground.
true to enable, false to disable.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Checks if foreground notifications are enabled.
Success callback.
Optional
error: ((err: string) => void)Error callback.
Sets the notification config.
The notification config.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Generated using TypeDoc
Android Push.