PackageInstaller.ActionSessionUpdated 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.
Broadcast Action: Send information about a staged install session when its state is updated.
[Android.Runtime.Register("ACTION_SESSION_UPDATED", ApiSince=29)]
public const string ActionSessionUpdated;
[<Android.Runtime.Register("ACTION_SESSION_UPDATED", ApiSince=29)>]
val mutable ActionSessionUpdated : string
Field Value
- Attributes
Remarks
Broadcast Action: Send information about a staged install session when its state is updated.
The associated session information is defined in #EXTRA_SESSION
.
Java documentation for android.content.pm.PackageInstaller.ACTION_SESSION_UPDATED
.
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.