PackageInstaller.Session.GetChildSessionIds Method

Definition

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

the set of session IDs that will be committed atomically when this session is committed if this is a multi-package session or null if none exist.

Attributes

Remarks

Java documentation for android.content.pm.PackageInstaller.Session.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