TelephonyManager.SetVoicemailVibrationEnabled(PhoneAccountHandle, Boolean) Method
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.
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
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.