Class SuggestionType
Defines constants that specify whether the selected item is from an inline suggestion box or from an outline suggestion.
Inheritance
System.Object
SuggestionType
Namespace: Syncfusion.XForms.Chat
Assembly: Syncfusion.SfChat.XForms.dll
Syntax
public sealed class SuggestionType : Enum
Fields
Inline
Specifies that the selected suggestion item is from the inline suggestion box that is displayed below the message.
Declaration
public const SuggestionType Inline
Field Value
Type |
---|
SuggestionType |
Outline
Specifies that the selected suggestion item is from the outline suggestion box that is placed as a sticky view above the message input area.
Declaration
public const SuggestionType Outline
Field Value
Type |
---|
SuggestionType |