RingtonePreference.RingtoneType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the sound type(s) that are shown in the picker. -or- Sets the sound type(s) that are shown in the picker.
public virtual Android.Media.RingtoneType RingtoneType { [Android.Runtime.Register("getRingtoneType", "()I", "GetGetRingtoneTypeHandler")] get; [Android.Runtime.Register("setRingtoneType", "(I)V", "GetSetRingtoneType_IHandler")] set; }
[<get: Android.Runtime.Register("getRingtoneType", "()I", "GetGetRingtoneTypeHandler")>]
[<set: Android.Runtime.Register("setRingtoneType", "(I)V", "GetSetRingtoneType_IHandler")>]
member this.RingtoneType : Android.Media.RingtoneType with get, set
Property Value
The sound type(s) that are shown in the picker.
- Attributes
Remarks
Property getter documentation:
Returns the sound type(s) that are shown in the picker.
Java documentation for android.preference.RingtonePreference.getRingtoneType()
.
Property setter documentation:
Sets the sound type(s) that are shown in the picker.
Java documentation for android.preference.RingtonePreference.setRingtoneType(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.