Search
Reminder.setSoundFileName Method
See Also
 






Sets the name of a sound file to play with this reminder.

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

 Syntax

Java  Copy Code

public void setSoundFileName (
    String value
)

 Parameters

value

A string specifying which file to play.

 See Also