Language

MigrationRequestResult(Int32, PersistableBundle) Constructor

Definition

[Android.Runtime.Register(".ctor", "(ILandroid/os/PersistableBundle;)V", "", ApiSince=37)]
public MigrationRequestResult(int status, Android.OS.PersistableBundle? extras);
[<Android.Runtime.Register(".ctor", "(ILandroid/os/PersistableBundle;)V", "", ApiSince=37)>]
new Android.App.PrivateCompute.MigrationRequestResult : int * Android.OS.PersistableBundle -> Android.App.PrivateCompute.MigrationRequestResult

Parameters

status
Int32

Value is one of the following: MIGRATION_REQUEST_ACCEPTED; MIGRATION_REQUEST_REJECTED

Attributes

Remarks

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

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