Search
Reminder.setPlaySound Method
See Also
 






Sets a value indicating whether to play a sound when the reminder is triggered.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setPlaySound (
    boolean value
)

 Parameters

value

true to play the sound file; otherwise, false.

 Remarks

The path to the sound file can be set in the setSoundFileName property.

 See Also