AccessControlProfileId
open class AccessControlProfileId
kotlin.Any | |
↳ | androidx.security.identity.AccessControlProfileId |
A class used to wrap an access control profile identifiers.
Summary
Public constructors | |
---|---|
Constructs a new object holding a numerical identifier. |
Public methods | |
---|---|
open Int |
getId() Gets the numerical identifier wrapped by this object. |
Public constructors
<init>
AccessControlProfileId(id: Int)
Constructs a new object holding a numerical identifier.
Parameters | |
---|---|
id |
Int: the identifier. |