TrustedPresentationThresholds.WriteToParcel 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.
Flattens these threshold values into a parcel.
[Android.Runtime.Register("writeToParcel", "(Landroid/os/Parcel;I)V", "", ApiSince=35)]
public void WriteToParcel(Android.OS.Parcel dest, Android.OS.ParcelableWriteFlags flags);
[<Android.Runtime.Register("writeToParcel", "(Landroid/os/Parcel;I)V", "", ApiSince=35)>]
abstract member WriteToParcel : Android.OS.Parcel * Android.OS.ParcelableWriteFlags -> unit
override this.WriteToParcel : Android.OS.Parcel * Android.OS.ParcelableWriteFlags -> unit
Parameters
- dest
- Parcel
The parcel that receives the threshold values.
- flags
- ParcelableWriteFlags
Additional flags describing how the threshold values are written.
Implements
- Attributes
Remarks
The parcel representation can be used to transfer threshold values across process boundaries.