Added in API level 30

AccessControlProfileId

open class AccessControlProfileId
kotlin.Any
   ↳ android.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

Gets the numerical identifier wrapped by this object.

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.