CombinedVibration.ParallelCombination.Combine Method
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.
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 CombinedVibration
s 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.