언어

MigrationRequestResult.MigrationRequestRejected 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 rejected the request.

[Android.Runtime.Register("MIGRATION_REQUEST_REJECTED", 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 MigrationRequestRejected = 2;
[<Android.Runtime.Register("MIGRATION_REQUEST_REJECTED", 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 MigrationRequestRejected : Android.App.PrivateCompute.MigrationStatus

Field Value

Value = 2

Implements

Attributes

Remarks

The non-PCC process has rejected the request.

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

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