RSDSoundPlayer
public protocol RSDSoundPlayer
RSDSoundPlayer
is a protocol for playing sounds intended to give the user UI feedback during
the running of a task.
-
Play the given sound.
Declaration
Swift
func playSound(_ sound: RSDSound)
Parameters
sound
The system sound to play.