TelephonyManager.SetVoicemailVibrationEnabled(PhoneAccountHandle, Boolean) Method

Definition

Caution

deprecated

Sets the per-account preference whether vibration is enabled for voicemail notifications.

[Android.Runtime.Register("setVoicemailVibrationEnabled", "(Landroid/telecom/PhoneAccountHandle;Z)V", "GetSetVoicemailVibrationEnabled_Landroid_telecom_PhoneAccountHandle_ZHandler", ApiSince=26)]
[System.Obsolete("deprecated")]
public virtual void SetVoicemailVibrationEnabled (Android.Telecom.PhoneAccountHandle? phoneAccountHandle, bool enabled);
[<Android.Runtime.Register("setVoicemailVibrationEnabled", "(Landroid/telecom/PhoneAccountHandle;Z)V", "GetSetVoicemailVibrationEnabled_Landroid_telecom_PhoneAccountHandle_ZHandler", ApiSince=26)>]
[<System.Obsolete("deprecated")>]
abstract member SetVoicemailVibrationEnabled : Android.Telecom.PhoneAccountHandle * bool -> unit
override this.SetVoicemailVibrationEnabled : Android.Telecom.PhoneAccountHandle * bool -> unit

Parameters

phoneAccountHandle
PhoneAccountHandle

The handle for the PhoneAccount for which to set the voicemail vibration setting.

enabled
Boolean

Whether to enable or disable vibration for voicemail notifications from a specific PhoneAccount.

Attributes

Remarks

Java documentation for android.telephony.TelephonyManager.setVoicemailVibrationEnabled(android.telecom.PhoneAccountHandle, boolean).

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