Java android.media Ringtone fields, constructors, methods, implement or subclass

Example usage for Java android.media Ringtone fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.media Ringtone.

The text is from its open source code.

Method

StringgetTitle(Context context)
Returns a human-presentable title for ringtone.
UrigetUri()
booleanisPlaying()
Whether this ringtone is currently playing.
voidplay()
Plays the ringtone.
voidsetStreamType(int streamType)
Sets the stream type where this ringtone will be played.
voidstop()
Stops a playing ringtone.