Język

MigrationRequestResult.MigrationRequestAccepted Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.PrivateCompute.MigrationStatus enum directly instead of this field.

The non-PCC process has accepted the request and will begin migration.

[Android.Runtime.Register("MIGRATION_REQUEST_ACCEPTED", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.PrivateCompute.MigrationStatus enum directly instead of this field.", true)]
public const Android.App.PrivateCompute.MigrationStatus MigrationRequestAccepted = 1;
[<Android.Runtime.Register("MIGRATION_REQUEST_ACCEPTED", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.PrivateCompute.MigrationStatus enum directly instead of this field.", true)>]
val mutable MigrationRequestAccepted : Android.App.PrivateCompute.MigrationStatus

Field Value

Value = 1

Implements

Attributes

Remarks

The non-PCC process has accepted the request and will begin migration.

Android reference for android.app.privatecompute.MigrationRequestResult.MIGRATION_REQUEST_ACCEPTED.

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