AlarmClock.ExtraVibrate Field
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.
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.