PackageInstaller.ExtraStatus Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Current status of an operation.
[Android.Runtime.Register("EXTRA_STATUS")]
public const string ExtraStatus;
[<Android.Runtime.Register("EXTRA_STATUS")>]
val mutable ExtraStatus : string
Field Value
- Attributes
Remarks
Current status of an operation. Will be one of #STATUS_PENDING_USER_ACTION
, #STATUS_SUCCESS
, #STATUS_FAILURE
, #STATUS_FAILURE_ABORTED
, #STATUS_FAILURE_BLOCKED
, #STATUS_FAILURE_CONFLICT
, #STATUS_FAILURE_INCOMPATIBLE
, #STATUS_FAILURE_INVALID
, #STATUS_FAILURE_STORAGE
, or #STATUS_FAILURE_TIMEOUT
.
More information about a status may be available through additional extras; see the individual status documentation for details.
Java documentation for android.content.pm.PackageInstaller.EXTRA_STATUS
.
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
See also
- <xref:Android.Content.Intent.GetIntExtra(System.String%2c+System.Int32)>