EventTextOptions

public struct EventTextOptions : Hashable

Text notifications options.

  • A flag that indicates whether spatial audio details should be triggered when generating voice notifications under EventTextDelegate. If enabled, a set of details required to spatialize an audio cue will be generated and exposed.

    Declaration

    Swift

    public var enableSpatialAudio: Bool
  • Creates a new instance.

    Declaration

    Swift

    public init(enableSpatialAudio: Bool = false)