ContentCaptureSessionId.Creator 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.
Gets the creator used to reconstruct ContentCaptureSessionId instances from a Parcel.
[Android.Runtime.Register("CREATOR", ApiSince=29)]
public static Android.OS.IParcelableCreator Creator { get; }
[<Android.Runtime.Register("CREATOR", ApiSince=29)>]
static member Creator : Android.OS.IParcelableCreator
Property Value
A creator that produces ContentCaptureSessionId instances from Parcel data.
- Attributes
Remarks
Gets the creator used to reconstruct ContentCaptureSessionId instances from a Parcel.
Java documentation for android.os.Parcelable.