CombinedVibration.ParallelCombination.Combine Method

Definition

Combine all of the added effects into a CombinedVibration.

[Android.Runtime.Register("combine", "()Landroid/os/CombinedVibration;", "", ApiSince=31)]
public Android.OS.CombinedVibration Combine ();
[<Android.Runtime.Register("combine", "()Landroid/os/CombinedVibration;", "", ApiSince=31)>]
member this.Combine : unit -> Android.OS.CombinedVibration

Returns

The CombinedVibration resulting from combining the added effects to be played in parallel.

Attributes

Remarks

Combine all of the added effects into a CombinedVibration.

The ParallelCombination object is still valid after this call, so you can continue adding more effects to it and generating more CombinedVibrations by calling this method again.

Java documentation for android.os.CombinedVibration.ParallelCombination.combine().

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