Język

DataMigrationToPccService.MigrationTimeoutMs Field

Definition

The timeout in milliseconds for the migration service to complete its task.

[Android.Runtime.Register("MIGRATION_TIMEOUT_MS", ApiSince=37)]
public const long MigrationTimeoutMs = 60000;
[<Android.Runtime.Register("MIGRATION_TIMEOUT_MS", ApiSince=37)>]
val mutable MigrationTimeoutMs : int64

Field Value

Value = 60000
Attributes

Remarks

The timeout in milliseconds for the migration service to complete its task. The system will unbind from the service after this timeout.

Android reference for android.app.privatecompute.DataMigrationToPccService.MIGRATION_TIMEOUT_MS.

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