Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChatTypingIndicator

    Show / Hide Table of Contents

    Class ChatTypingIndicator

    Represents a class which contains the functionality for the typing indicator which is shown at bottom of the SfChat.

    Inheritance
    System.Object
    ChatTypingIndicator
    Implements
    System.IDisposable
    Namespace: Syncfusion.XForms.Chat
    Assembly: Syncfusion.SfChat.XForms.dll
    Syntax
    public class ChatTypingIndicator : BindableObject, IDisposable

    Constructors

    ChatTypingIndicator()

    Initializes a new instance of the ChatTypingIndicator class.

    Declaration
    public ChatTypingIndicator()

    Fields

    AuthorsProperty

    Identifies the Authors Xamarin.Forms.BindableProperty.

    Declaration
    public static readonly BindableProperty AuthorsProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    AvatarViewTypeProperty

    Identifies the AvatarViewType Xamarin.Forms.BindableProperty.

    Declaration
    public static readonly BindableProperty AvatarViewTypeProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    TextProperty

    Identifies the Text Xamarin.Forms.BindableProperty.

    Declaration
    public static readonly BindableProperty TextProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Properties

    Authors

    Gets or sets the collection of authors details. Typing indicator’s avatar image is displayed based on the AvatarViewType property.

    Declaration
    public IList<Author> Authors { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Author>

    AvatarViewType

    Gets or sets the type of the avatar view in typing indicator.

    Declaration
    public AvatarViewType AvatarViewType { get; set; }
    Property Value
    Type Description
    AvatarViewType

    Text

    Gets or sets the text to be displayed in typing indicator.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Dispose()

    Disposes the managed resources.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Releases the unmanaged resources used by the component and optionally releases the managed resources.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    if true - release both managed and unmanaged resources; if false - release only unmanaged resources.

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved