HapticFeedbackRequest.Builder Constructors

Definition

Overloads

Name Description
HapticFeedbackRequest.Builder(HapticFeedbackRequest)

Constructs a builder that is already populated with the fields from a given HapticFeedbackRequest.

HapticFeedbackRequest.Builder(Int32)

Constructs a new builder for HapticFeedbackRequest.

HapticFeedbackRequest.Builder(HapticFeedbackRequest)

Constructs a builder that is already populated with the fields from a given HapticFeedbackRequest.

[Android.Runtime.Register(".ctor", "(Landroid/os/vibrator/HapticFeedbackRequest;)V", "", ApiSince=36)]
public Builder(Android.OS.Vibrators.HapticFeedbackRequest request);
[<Android.Runtime.Register(".ctor", "(Landroid/os/vibrator/HapticFeedbackRequest;)V", "", ApiSince=36)>]
new Android.OS.Vibrators.HapticFeedbackRequest.Builder : Android.OS.Vibrators.HapticFeedbackRequest -> Android.OS.Vibrators.HapticFeedbackRequest.Builder

Parameters

request
HapticFeedbackRequest

the request to create a new builder from.

Attributes

Remarks

Constructs a builder that is already populated with the fields from a given HapticFeedbackRequest.

Java documentation for android.os.vibrator.HapticFeedbackRequest.Builder.HapticFeedbackRequest$Builder(android.os.vibrator.HapticFeedbackRequest).

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

HapticFeedbackRequest.Builder(Int32)

Constructs a new builder for HapticFeedbackRequest.

[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=36)]
public Builder(int constant);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=36)>]
new Android.OS.Vibrators.HapticFeedbackRequest.Builder : int -> Android.OS.Vibrators.HapticFeedbackRequest.Builder

Parameters

constant
Int32

the haptic feedback constant for HapticFeedbackRequest that will be constructed from the builder. This needs to be one of the constants defined in HapticFeedbackConstants.

Attributes

Remarks

Constructs a new builder for HapticFeedbackRequest.

Java documentation for android.os.vibrator.HapticFeedbackRequest.Builder.HapticFeedbackRequest$Builder(int).

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