Page Summary
-
TargetUser is a class representing the user in question within lifecycle callbacks.
-
It extends the Object class and has one public method, getUserHandle, which returns the target user's UserHandle.
-
The class also inherits various methods from the java.lang.Object class, including clone, equals, and hashCode.
public final class TargetUser extends Object
Class representing user in question in the lifecycle callbacks.
Public Method Summary
| UserHandle |
getUserHandle()
Gets the target user's
UserHandle.
|
| String |
toString()
|
Inherited Method Summary
Public Methods
public UserHandle getUserHandle ()
Gets the target user's UserHandle.