PackageInstaller.Session.RemoveChildSessionId(Int32) 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.
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.