HapticFeedbackRequest.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
| Name | Description |
|---|---|
| HapticFeedbackRequest.Builder(HapticFeedbackRequest) |
Constructs a builder that is already populated with the fields from a given
|
| HapticFeedbackRequest.Builder(Int32) |
Constructs a new builder for |
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.
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.
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.