PackageInstaller.Session.RemoveChildSessionId(Int32) Method

Definition

Removes a session ID from the set of sessions that will be committed atomically when this session is committed.

[Android.Runtime.Register("removeChildSessionId", "(I)V", "GetRemoveChildSessionId_IHandler", ApiSince=29)]
public virtual void RemoveChildSessionId (int sessionId);
[<Android.Runtime.Register("removeChildSessionId", "(I)V", "GetRemoveChildSessionId_IHandler", ApiSince=29)>]
abstract member RemoveChildSessionId : int -> unit
override this.RemoveChildSessionId : int -> unit

Parameters

sessionId
Int32

the session ID to remove from this multi-package session.

Attributes

Remarks

Removes a session ID from the set of sessions that will be committed atomically when this session is committed.

Java documentation for android.content.pm.PackageInstaller.Session.removeChildSessionId(int).

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