Notification.Vibrate Property

Definition

The pattern with which to vibrate.

[Android.Runtime.Register("vibrate")]
public long[] Vibrate { get; set; }
[<Android.Runtime.Register("vibrate")>]
member this.Vibrate : int64[] with get, set

Property Value

Int64[]
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.

Applies to

See also

  • <xref:Android.OS.Vibrator.Vibrate(System.Int64%5b%5d%2c+System.Int32)>