Added in API level 30
AccessControlProfileId
Stay organized with collections
Save and categorize content based on your preferences.
open class AccessControlProfileId
A class used to wrap an access control profile identifiers.
Summary
| Public constructors | |
|---|---|
|
Constructs a new object holding a numerical identifier. |
|
Public constructors
AccessControlProfileId
Added in API level 30
AccessControlProfileId(id: Int)
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
open fun getId(): Int
Gets the numerical identifier wrapped by this object.
| Return | |
|---|---|
Int |
the identifier. |