ToastService
injectable
Methods
Section titled “Methods”error(message: string, title: string, options: ToastOptions): Promise<void>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| message | string | |
| title | string | |
| options | ToastOptions |
info(message: string, title: string, options: ToastOptions): Promise<void>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| message | string | |
| title | string | |
| options | ToastOptions |
success
Section titled “success”success(message: string, title: string, options: ToastOptions): Promise<void>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| message | string | |
| title | string | |
| options | ToastOptions |
toast(message: string, title: string, options: ToastOptions): Promise<void>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| message | string | |
| title | string | |
| options | ToastOptions |
warning
Section titled “warning”warning(message: string, title: string, options: ToastOptions): Promise<void>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| message | string | |
| title | string | |
| options | ToastOptions |