PackageInstaller.SessionInfo.GetChildSessionIds Method
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.
Returns the set of session IDs that will be committed when this session is committed if this session is a multi-package session.
[Android.Runtime.Register("getChildSessionIds", "()[I", "GetGetChildSessionIdsHandler", ApiSince=29)]
public virtual int[] GetChildSessionIds ();
[<Android.Runtime.Register("getChildSessionIds", "()[I", "GetGetChildSessionIdsHandler", ApiSince=29)>]
abstract member GetChildSessionIds : unit -> int[]
override this.GetChildSessionIds : unit -> int[]
Returns
- Attributes
Remarks
Returns the set of session IDs that will be committed when this session is committed if this session is a multi-package session.
Java documentation for android.content.pm.PackageInstaller.SessionInfo.getChildSessionIds()
.
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.