SoundAgentDataSource

public protocol SoundAgentDataSource : AnyObject

An delegate that appllication can extend to provide sound data.

  • It called when need sound URL to play beep.

    Declaration

    Swift

    func soundAgentRequestUrl(beepName: SoundBeepName, header: Downstream.Header) -> URL?

    Parameters

    beepName

    The beep name to play.

    header

    The header of the originally handled directive.