TypingEventType

public enum TypingEventType

Types of typing events that can be emitted

  • Someone started typing

    Declaration

    Swift

    case started
  • Someone stopped typing

    Declaration

    Swift

    case stopped