Uses of Class
de.svenkubiak.jpushover.enums.Sound
-
Packages that use Sound Package Description de.svenkubiak.jpushover.apis de.svenkubiak.jpushover.enums -
-
Uses of Sound in de.svenkubiak.jpushover.apis
Methods in de.svenkubiak.jpushover.apis with parameters of type Sound Modifier and Type Method Description Message
Message. withSound(Sound sound)
The name of one of the sounds supported by device clients to override the user's default sound choice (optional) -
Uses of Sound in de.svenkubiak.jpushover.enums
Methods in de.svenkubiak.jpushover.enums that return Sound Modifier and Type Method Description static Sound
Sound. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sound[]
Sound. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-