IScrollFeedbackProvider.CreateProvider(View) 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.
Creates a ScrollFeedbackProvider
implementation for this device.
[Android.Runtime.Register("createProvider", "(Landroid/view/View;)Landroid/view/ScrollFeedbackProvider;", "", ApiSince=35)]
public static Android.Views.IScrollFeedbackProvider CreateProvider (Android.Views.View view);
[<Android.Runtime.Register("createProvider", "(Landroid/view/View;)Landroid/view/ScrollFeedbackProvider;", "", ApiSince=35)>]
static member CreateProvider : Android.Views.View -> Android.Views.IScrollFeedbackProvider
Parameters
- view
- View
the View
for which to provide scroll feedback.
Returns
the default ScrollFeedbackProvider
implementation for the device.
- Attributes
Remarks
Creates a ScrollFeedbackProvider
implementation for this device.
Use a feedback provider created by this method, unless you intend to use your custom scroll feedback providing logic. This allows your use cases to generate scroll feedback that is consistent with the rest of the use cases on the device.
Java documentation for android.view.ScrollFeedbackProvider.createProvider(android.view.View)
.
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.