Info

public struct Info

Encapsulates information associated with an accessibility announcement that VoiceOver has finished outputting.

  • The text used for the announcement.

    Declaration

    Swift

    public let stringValue: String
  • Indicates whether VoiceOver successfully outputted the announcement.

    Declaration

    Swift

    public let wasSuccessful: Bool