AudioPlayerAgent
-
The
See moreAudioPlayerAgent
handles directives for controlling audio playback.Declaration
Swift
public protocol AudioPlayerAgentProtocol : CapabilityAgentable
-
An delegate that appllication can extend to register to observe
See moreAudioPlayerState
changes.Declaration
Swift
public protocol AudioPlayerAgentDelegate : AnyObject
-
Identifies the player state.
See moreDeclaration
Swift
public enum AudioPlayerState
extension AudioPlayerState: Equatable
-
The DisplayPlayerAgent delegate is used to notify observers when a player template directive is received.
See moreDeclaration
Swift
public protocol AudioPlayerDisplayDelegate : AnyObject
-
<#Description#>
See moreDeclaration
Swift
public struct AudioPlayerDisplayTemplate
-
<#Description#>
Declaration
Swift
public enum AudioPlayerDisplayRepeat : String, Codable, CodingKey
-
<#Description#>
See moreDeclaration
Swift
public struct AudioPlayerDisplayControlPayload
extension AudioPlayerDisplayControlPayload: Codable