VibrationEffect.Composition.Compose 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.
Compose all of the added primitives together into a single VibrationEffect
.
[Android.Runtime.Register("compose", "()Landroid/os/VibrationEffect;", "", ApiSince=30)]
public Android.OS.VibrationEffect Compose ();
[<Android.Runtime.Register("compose", "()Landroid/os/VibrationEffect;", "", ApiSince=30)>]
member this.Compose : unit -> Android.OS.VibrationEffect
Returns
The VibrationEffect
resulting from the composition of the primitives.
- Attributes
Remarks
Compose all of the added primitives together into a single VibrationEffect
.
The Composition
object is still valid after this call, so you can continue adding more primitives to it and generating more VibrationEffect
s by calling this method again.
Java documentation for android.os.VibrationEffect.Composition.compose()
.
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.