Language

SoundEffects Enum

Definition

Identifies standard user-interface sound effects.

public enum SoundEffects
type SoundEffects = 
Inheritance
SoundEffects

Fields

Name Value Description
Click 0

Identifies the sound effect for click.

NavigationLeft 1

Identifies the sound effect for navigation left.

NavigationUp 2

Identifies the sound effect for navigation up.

NavigationRight 3

Identifies the sound effect for navigation right.

NavigationDown 4

Identifies the sound effect for navigation down.

NavigationRepeatLeft 5

Identifies the sound effect for navigation repeat left.

NavigationRepeatUp 6

Identifies the sound effect for navigation repeat up.

NavigationRepeatRight 7

Identifies the sound effect for navigation repeat right.

NavigationRepeatDown 8

Identifies the sound effect for navigation repeat down.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to