SoundEffectConstants
open class SoundEffectConstants
Constants to be used to play sound effects via View#playSoundEffect(int)
Summary
Public methods
|
| open static Int |
Get the sonification constant for the focus directions.
|
Constants
CLICK
static val CLICK: Int
Value: 0
NAVIGATION_DOWN
static val NAVIGATION_DOWN: Int
Value: 4
NAVIGATION_LEFT
static val NAVIGATION_LEFT: Int
Value: 1
NAVIGATION_RIGHT
static val NAVIGATION_RIGHT: Int
Value: 3
NAVIGATION_UP
static val NAVIGATION_UP: Int
Value: 2
Public methods
getContantForFocusDirection
open static fun getContantForFocusDirection(direction: Int): Int
Get the sonification constant for the focus directions.
| Return |
Int |
The appropriate sonification constant. |