PackageInstaller.SessionInfo.GetChildSessionIds Method

Definition

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

Int32[]
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.

Applies to