Added in API level 30
AccessControlProfileId
public
class
AccessControlProfileId
extends Object
java.lang.Object | |
↳ | android.security.identity.AccessControlProfileId |
A class used to wrap an access control profile identifiers.
Summary
Public constructors | |
---|---|
AccessControlProfileId(int id)
Constructs a new object holding a numerical identifier. |
Public methods | |
---|---|
int
|
getId()
Gets the numerical identifier wrapped by this object. |
Inherited methods | |
---|---|
Public constructors
AccessControlProfileId
Added in API level 30
public AccessControlProfileId (int id)
Constructs a new object holding a numerical identifier.
The identifier must be a non-negative number and less than 32.
Parameters | |
---|---|
id |
int : the identifier. |
Public methods
getId
Added in API level 30
public int getId ()
Gets the numerical identifier wrapped by this object.
Returns | |
---|---|
int |
the identifier. |