AlarmClock.ExtraVibrate Field

Definition

Bundle extra: Whether or not to activate the device vibrator.

[Android.Runtime.Register("EXTRA_VIBRATE")]
public const string ExtraVibrate;
[<Android.Runtime.Register("EXTRA_VIBRATE")>]
val mutable ExtraVibrate : string

Field Value

Attributes

Remarks

Bundle extra: Whether or not to activate the device vibrator.

Used by #ACTION_SET_ALARM.

The value is a Boolean. The default is true.

Java documentation for android.provider.AlarmClock.EXTRA_VIBRATE.

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

See also