TargetUser

data class TargetUser(val userId: Int)

An Android user targeted by a privileged install or uninstall session.

userId is an Android user ID, such as 0 for the system user, and not an application UID.

Throws

if userId is negative and does not represent CURRENT.

Constructors

Link copied to clipboard
constructor(userId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val userId: Int