Android.Media.Ringtone Members

The members of Android.Media.Ringtone are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

AudioAttributesAudioAttributes. Returns the Android.Media.AudioAttributes used by this object.
[read-only]
IsPlayingbool. Whether this ringtone is currently playing.
StreamTypeStream. Gets the stream type where this ringtone will be played.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetTitle(Android.Content.Context) : string
Returns a human-presentable title for ringtone.
Play()
Plays the ringtone.
Stop()
Stops a playing ringtone.