SMIProgressIndicator

Objective-C

@protocol SMIProgressIndicator <SMIEntryPayload>

Swift

protocol ProgressIndicator : EntryPayload

Represents a typing indicator within an SMIConversationEntry.

  • The type of this typing indicator.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) SMIProgressIndicatorTypes _Nonnull indicatorType;

    Swift

    var indicatorType: TypingIndicatorTypes { get }
  • The contents of the progress indicator.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) id<SMIEntryFormat> _Nonnull progressMessage;

    Swift

    var progressMessage: any EntryFormat { get }