Android.App.Notification.Vibrate Property
The pattern to use when vibrating the device.

Syntax

[Android.Runtime.Register("vibrate")]
public long[] Vibrate { get; set; }

See Also

Android.OS.Vibrator.Vibrate(Int64[], int)

Value

Documentation for this section has not yet been entered.

Remarks

The pattern to use when vibrating the device. To use the default vibration pattern, see Notification.Defaults. A notification that uses vibration is more likely to be presented as a heads-up notification.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1