Android.Media.ToneGenerator.StartTone Method
This method starts the playback of a tone of the specified type. only one tone can play at a time: if a tone is playing while this method is called, this tone is stopped and replaced by the one requested.

Syntax

[Android.Runtime.Register("startTone", "(I)Z", "GetStartTone_IHandler")]
public virtual bool StartTone ([Android.Runtime.GeneratedEnum] Tone toneType)

See Also

ToneGenerator(Stream, Android.Media.Volume)

Parameters

toneType
The type of tone generated chosen from the following list:

Returns

Documentation for this section has not yet been entered.

Remarks

This method starts the playback of a tone of the specified type. only one tone can play at a time: if a tone is playing while this method is called, this tone is stopped and replaced by the one requested.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1