Language

ContentCaptureSessionId.DescribeContents Method

Definition

Describes the special object types in this instance's marshaled representation.

[Android.Runtime.Register("describeContents", "()I", "", ApiSince=29)]
public int DescribeContents();
[<Android.Runtime.Register("describeContents", "()I", "", ApiSince=29)>]
abstract member DescribeContents : unit -> int
override this.DescribeContents : unit -> int

Returns

A bitmask indicating the special object types marshaled by this instance.

Implements

Attributes

Remarks

Describes the special object types in this instance's marshaled representation.

Java documentation for android.os.Parcelable.describeContents().

Applies to