SoundEffectConstants.GetContantForFocusDirection(FocusSearchDirection) Method

Definition

Get the sonification constant for the focus directions.

[Android.Runtime.Register("getContantForFocusDirection", "(I)I", "")]
public static Android.Views.SoundEffects GetContantForFocusDirection (Android.Views.FocusSearchDirection direction);
[<Android.Runtime.Register("getContantForFocusDirection", "(I)I", "")>]
static member GetContantForFocusDirection : Android.Views.FocusSearchDirection -> Android.Views.SoundEffects

Parameters

direction
FocusSearchDirection

The direction of the focus.

Returns

The appropriate sonification constant.

Attributes

Remarks

Get the sonification constant for the focus directions.

Java documentation for android.view.SoundEffectConstants.getContantForFocusDirection(int).

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