VibrationEffectInflater.From(Context) 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.
Obtains the VibrationEffectInflater associated with the given context.
[Android.Runtime.Register("from", "(Landroid/content/Context;)Landroid/view/VibrationEffectInflater;", "", ApiSince=37)]
public static Android.Views.VibrationEffectInflater From(Android.Content.Context context);
[<Android.Runtime.Register("from", "(Landroid/content/Context;)Landroid/view/VibrationEffectInflater;", "", ApiSince=37)>]
static member From : Android.Content.Context -> Android.Views.VibrationEffectInflater
Parameters
- context
- Context
The context to access resources.
Returns
The VibrationEffectInflater instance.
- Attributes