VibrationAttributes.Builder Constructors
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.
Overloads
VibrationAttributes.Builder() |
Constructs a new Builder with the defaults. |
VibrationAttributes.Builder(AudioAttributes) |
Constructs a new Builder from AudioAttributes. |
VibrationAttributes.Builder(VibrationAttributes) |
Constructs a new Builder from a given VibrationAttributes. |
VibrationAttributes.Builder()
Constructs a new Builder with the defaults.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=30)]
public Builder ();
- Attributes
Remarks
Constructs a new Builder with the defaults.
Java documentation for android.os.VibrationAttributes.Builder.VibrationAttributes$Builder()
.
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
VibrationAttributes.Builder(AudioAttributes)
Constructs a new Builder from AudioAttributes.
[Android.Runtime.Register(".ctor", "(Landroid/media/AudioAttributes;)V", "", ApiSince=33)]
public Builder (Android.Media.AudioAttributes audio);
[<Android.Runtime.Register(".ctor", "(Landroid/media/AudioAttributes;)V", "", ApiSince=33)>]
new Android.OS.VibrationAttributes.Builder : Android.Media.AudioAttributes -> Android.OS.VibrationAttributes.Builder
Parameters
- audio
- AudioAttributes
- Attributes
Remarks
Constructs a new Builder from AudioAttributes.
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
VibrationAttributes.Builder(VibrationAttributes)
Constructs a new Builder from a given VibrationAttributes.
[Android.Runtime.Register(".ctor", "(Landroid/os/VibrationAttributes;)V", "", ApiSince=30)]
public Builder (Android.OS.VibrationAttributes? vib);
[<Android.Runtime.Register(".ctor", "(Landroid/os/VibrationAttributes;)V", "", ApiSince=30)>]
new Android.OS.VibrationAttributes.Builder : Android.OS.VibrationAttributes -> Android.OS.VibrationAttributes.Builder
Parameters
- Attributes
Remarks
Constructs a new Builder from a given VibrationAttributes.
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.