Share via


TrainingExampleRecord.GetResumptionToken Method

Definition

The resumption token byte arrays corresponding to training examples.

[Android.Runtime.Register("getResumptionToken", "()[B", "", ApiSince=35)]
public byte[]? GetResumptionToken ();
[<Android.Runtime.Register("getResumptionToken", "()[B", "", ApiSince=35)>]
member this.GetResumptionToken : unit -> byte[]

Returns

Byte[]
Attributes

Remarks

The resumption token byte arrays corresponding to training examples. The last processed example's corresponding resumption token will be passed to IsolatedWorker#onTrainingExamples to support resumption.

Java documentation for android.adservices.ondevicepersonalization.TrainingExampleRecord.getResumptionToken().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to