ClassifiableContent.Data Property
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.
Returns a ParcelFileDescriptor containing the raw data of this content.
public Android.OS.ParcelFileDescriptor? Data { [Android.Runtime.Register("getData", "()Landroid/os/ParcelFileDescriptor;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getData", "()Landroid/os/ParcelFileDescriptor;", "", ApiSince=37)>]
member this.Data : Android.OS.ParcelFileDescriptor
Property Value
the ParcelFileDescriptor containing the content data, or null if the
raw content isn't provided
- Attributes