VibrationEffect.ParseFromXml(Stream) 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.
[Android.Runtime.Register("parseFromXml", "(Ljava/io/InputStream;)Landroid/os/VibrationEffect;", "", ApiSince=37)]
public static Android.OS.VibrationEffect ParseFromXml(System.IO.Stream inputStream);
[<Android.Runtime.Register("parseFromXml", "(Ljava/io/InputStream;)Landroid/os/VibrationEffect;", "", ApiSince=37)>]
static member ParseFromXml : System.IO.Stream -> Android.OS.VibrationEffect
Parameters
- inputStream
- Stream
Returns
- Attributes