Class ToastType
Defines the types of toast notifications in the SfAIAssistView.
Inheritance
System.Object
ToastType
Namespace: Syncfusion.Maui.AIAssistView
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public sealed class ToastType : Enum
Fields
Default
Indicates a default notification.
Declaration
public const ToastType Default
Field Value
| Type |
|---|
| ToastType |
Error
Indicates an error notification.
Declaration
public const ToastType Error
Field Value
| Type |
|---|
| ToastType |
Success
Indicates a success notification.
Declaration
public const ToastType Success
Field Value
| Type |
|---|
| ToastType |
Warning
Indicates a warning notification.
Declaration
public const ToastType Warning
Field Value
| Type |
|---|
| ToastType |