Gets the list of authorized notification settings.
Success callback.
Optional
error: ((err: string) => void)Error callback.
Gets the authorized notification status.
Success callback.
Optional
error: ((err: string) => void)Error callback.
Gets the badge number.
Success callback.
Optional
error: ((err: string) => void)Error callback.
Gets the quiet time settings.
Checks if autobadge is enabled.
Success callback.
Optional
error: ((err: string) => void)Error callback.
Checks if quiet time is enabled or not.
Success callback.
Optional
error: ((err: string) => void)Error callback.
An event when the authorized push settings changed.
A cancellable that can be used to cancel the listener.
The callback.
Reset the badge number.
Optional
success: ((result: any) => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Enables/disables autobadge.
true to enable, false to disable.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Set the badge number.
The badge number.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Sets the foreground presentation options.
The foreground options.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Sets the notification options.
The notification options.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Sets quiet time.
The quiet time.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Enables/disables quiet time.
true to enable, false to disable
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Generated using TypeDoc
iOS Push.